Html Css Color HEX #2435CC Persian Blue

📋 copy color: '#2435CC'

red 36 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #2435CC

Tints of Persian Blue #2435CC

RGB

 RED value IS 36 (14.45% from 255) = 12.29%

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 12.29%
G = 18.09%
B = 69.62%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2435CC (or 0x2435CC) is known color: Persian Blue. HEX triplet: 24, 35 and CC. RGB value is (36,53,204). Sum of RGB (Red+Green+Blue) = 36+53+204=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #2435CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435CC is #DBCA33. Grayscale: #404040. Windows color (decimal): -14404148 or 13382948. OLE color: 13382948.

HSL color Cylindrical-coordinate representation of color #2435CC: hue angle of 233.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2435CC is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 53 204 -
CMYK 0.82 0.74 0 0.2
HSL 233.93º 0.7% 0.47% -
HSV(B) 233.93º 0.82% 0.8% -
XYZ 12.9 7.28 57.85 -
YUV 65.13 206.37 107.22 -
System Red Green Blue C M Y K H S L
Decimal 36 53 204 0.82 0.74 0 0.2 233.93 0.7 0.47
Hex 24 35 CC 52 4A 0 14 EA 46 2F
Octal 44 65 314 122 112 0 24 352 106 57
Binary 100100 110101 11001100 1010010 1001010 0 10100 11101010 1000110 101111

Color Harmonies of #2435CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2435CC

Black with #2435CC

Text Example


Text Example

White with #2435CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2435CC; }

 p { color: rgb(36,53,204); }

 H1.HeaderClassName
 {
   color: #2435CC;
 }
 .AnyTagClassName
 {
   color: #2435CC;
 }
</style>

background-color css

<style>
 a { background-color: #2435CC; }

 a { background-color: rgb(36,53,204); }

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

border-color css

<style>
 span { border-color: #2435CC; }

 span { border-color: rgb(36,53,204); }

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