Html Css Color HEX #3436CE Persian Blue

📋 copy color: '#3436CE'

red 52 ◦ green 54 ◦ blue 206

#3436CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3436CE

Tints of Persian Blue #3436CE

RGB

 RED value IS 52 (20.7% from 255) = 16.67%

 GREEN value IS 54 (21.48% from 255) = 17.31%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 16.67%
G = 17.31%
B = 66.03%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3436CE (or 0x3436CE) is known color: Persian Blue. HEX triplet: 34, 36 and CE. RGB value is (52,54,206). Sum of RGB (Red+Green+Blue) = 52+54+206=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3436CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436CE is #CBC931. Grayscale: #464646. Windows color (decimal): -13355314 or 13514292. OLE color: 13514292.

HSL color Cylindrical-coordinate representation of color #3436CE: hue angle of 239.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3436CE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 54 206 -
CMYK 0.75 0.74 0 0.19
HSL 239.22º 0.61% 0.51% -
HSV(B) 239.22º 0.75% 0.81% -
XYZ 13.88 7.82 59.17 -
YUV 70.73 204.34 114.64 -
System Red Green Blue C M Y K H S L
Decimal 52 54 206 0.75 0.74 0 0.19 239.22 0.61 0.51
Hex 34 36 CE 4B 4A 0 13 EF 3D 33
Octal 64 66 316 113 112 0 23 357 75 63
Binary 110100 110110 11001110 1001011 1001010 0 10011 11101111 111101 110011

Color Harmonies of #3436CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3436CE

Black with #3436CE

Text Example


Text Example

White with #3436CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3436CE;
 }
 .AnyTagClassName
 {
   color: #3436CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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