#3436CA

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

Shades of Persian Blue #3436CA

Tints of Persian Blue #3436CA

Color information

#3436CA (or 0x3436CA) is unknown color: approx Persian Blue. HEX triplet: 34, 36 and CA. RGB value is (52,54,202). Sum of RGB (Red+Green+Blue) = 52+54+202=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #3436CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436CA is #CBC935. Grayscale: #454545. Windows color (decimal): -13355318 or 13252148. OLE color: 13252148.

HSL color Cylindrical-coordinate representation of color #3436CA: hue angle of 239.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3436CA is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5254202-
CMYK0.740.7300.21
HSL239.2º59.06%49.8%-
HSV(B)239.2º74.26%79.22%-
XYZ13.47.6356.64-
YUV70.27202.34114.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 202 (79.30% from 255) = 65.58%
R=16.88%
G=17.53%
B=65.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52542020.740.7300.21239.259.0649.8
Hex3436CA4A49015ef3b32
Octal64663121121110253577362
Binary110100110110110010101001010100100101010111101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3436CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3436CA; }

 p { color: rgb(52,54,202); }

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

<style>
 a { background-color: #3436CA; }

 a { background-color: rgb(52,54,202); }

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

<style>
 span { border-color: #3436CA; }

 span { border-color: rgb(52,54,202); }

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