#3034CD

Color #3034CD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3034CD

Tints of Persian Blue #3034CD

Color information

#3034CD (or 0x3034CD) is unknown color: approx Persian Blue. HEX triplet: 30, 34 and CD. RGB value is (48,52,205). Sum of RGB (Red+Green+Blue) = 48+52+205=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #3034CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3034CD is #CFCB32. Grayscale: #434343. Windows color (decimal): -13617971 or 13448240. OLE color: 13448240.

HSL color Cylindrical-coordinate representation of color #3034CD: hue angle of 238.47º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3034CD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4852205-
CMYK0.770.7500.20
HSL238.47º62.06%49.61%-
HSV(B)238.47º76.59%80.39%-
XYZ13.477.4958.49-
YUV68.25205.17113.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 205 (80.47% from 255) = 67.21%
R=15.74%
G=17.05%
B=67.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48522050.770.7500.20238.4762.0649.61
Hex3034CD4D4B014ee3e32
Octal60643151151130243567662
Binary110000110100110011011001101100101101010011101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3034CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3034CD; }

 p { color: rgb(48,52,205); }

 H1.HeaderClassName
 {
   color: #3034CD;
 }
 .AnyTagClassName
 {
   color: #3034CD;
 }
</style>
background-color css

<style>
 a { background-color: #3034CD; }

 a { background-color: rgb(48,52,205); }

 div.DivClassName
 {
   background-color: #3034CD;
 }
 .BgClassName
 {
   background-color: #3034CD;
 }
</style>
border-color css

<style>
 span { border-color: #3034CD; }

 span { border-color: rgb(48,52,205); }

 td.TdClassName
 {
   border-color: #3034CD;
 }
 .TagClassName
 {
   border-color: #3034CD;
 }
</style>