#3420C8

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

Shades of Persian Blue #3420C8

Tints of Persian Blue #3420C8

Color information

#3420C8 (or 0x3420C8) is unknown color: approx Persian Blue. HEX triplet: 34, 20 and C8. RGB value is (52,32,200). Sum of RGB (Red+Green+Blue) = 52+32+200=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #3420C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420C8 is #CBDF37. Grayscale: #383838. Windows color (decimal): -13360952 or 13115444. OLE color: 13115444.

HSL color Cylindrical-coordinate representation of color #3420C8: hue angle of 247.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3420C8 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5232200-
CMYK0.740.8400.22
HSL247.14º72.41%45.49%-
HSV(B)247.14º84%78.43%-
XYZ12.365.9355.14-
YUV57.13208.63124.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 200 (78.52% from 255) = 70.42%
R=18.31%
G=11.27%
B=70.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52322000.740.8400.22247.1472.4145.49
Hex3420C84A54016f7482d
Octal644031011212402636711055
Binary1101001000001100100010010101010100010110111101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3420C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3420C8; }

 p { color: rgb(52,32,200); }

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

<style>
 a { background-color: #3420C8; }

 a { background-color: rgb(52,32,200); }

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

<style>
 span { border-color: #3420C8; }

 span { border-color: rgb(52,32,200); }

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