Html Css Color HEX #2429CC Persian Blue

📋 copy color: '#2429CC'

red 36 ◦ green 41 ◦ blue 204

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

Shades of Persian Blue #2429CC

Tints of Persian Blue #2429CC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 12.81%
G = 14.59%
B = 72.6%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2429CC (or 0x2429CC) is known color: Persian Blue. HEX triplet: 24, 29 and CC. RGB value is (36,41,204). Sum of RGB (Red+Green+Blue) = 36+41+204=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #2429CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429CC is #DBD633. Grayscale: #393939. Windows color (decimal): -14407220 or 13379876. OLE color: 13379876.

HSL color Cylindrical-coordinate representation of color #2429CC: hue angle of 238.21º 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 #2429CC is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 41 204 -
CMYK 0.82 0.80 0 0.2
HSL 238.21º 0.7% 0.47% -
HSV(B) 238.21º 0.82% 0.8% -
XYZ 12.42 6.32 57.69 -
YUV 58.09 210.34 112.25 -
System Red Green Blue C M Y K H S L
Decimal 36 41 204 0.82 0.80 0 0.2 238.21 0.7 0.47
Hex 24 29 CC 52 50 0 14 EE 46 2F
Octal 44 51 314 122 120 0 24 356 106 57
Binary 100100 101001 11001100 1010010 1010000 0 10100 11101110 1000110 101111

Color Harmonies of #2429CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429CC

Black with #2429CC

Text Example


Text Example

White with #2429CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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