Html Css Color HEX #3536CF Persian Blue

📋 copy color: '#3536CF'

red 53 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #3536CF

Tints of Persian Blue #3536CF

RGB

 RED value IS 53 (21.09% from 255) = 16.88%

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

 BLUE value IS 207 (81.25% from 255) = 65.92%

R = 16.88%
G = 17.2%
B = 65.92%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3536CF (or 0x3536CF) is known color: Persian Blue. HEX triplet: 35, 36 and CF. RGB value is (53,54,207). Sum of RGB (Red+Green+Blue) = 53+54+207=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #3536CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536CF is #CAC930. Grayscale: #464646. Windows color (decimal): -13289777 or 13579829. OLE color: 13579829.

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

Color convert

RGB 53 54 207 -
CMYK 0.74 0.74 0 0.19
HSL 239.61º 0.62% 0.51% -
HSV(B) 239.61º 0.74% 0.81% -
XYZ 14.05 7.9 59.82 -
YUV 71.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 53 54 207 0.74 0.74 0 0.19 239.61 0.62 0.51
Hex 35 36 CF 4A 4A 0 13 F0 3E 33
Octal 65 66 317 112 112 0 23 360 76 63
Binary 110101 110110 11001111 1001010 1001010 0 10011 11110000 111110 110011

Color Harmonies of #3536CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3536CF

Black with #3536CF

Text Example


Text Example

White with #3536CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3536CF; }

 p { color: rgb(53,54,207); }

 H1.HeaderClassName
 {
   color: #3536CF;
 }
 .AnyTagClassName
 {
   color: #3536CF;
 }
</style>

background-color css

<style>
 a { background-color: #3536CF; }

 a { background-color: rgb(53,54,207); }

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

border-color css

<style>
 span { border-color: #3536CF; }

 span { border-color: rgb(53,54,207); }

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