Html Css Color HEX #2429E8 Persian Blue

📋 copy color: '#2429E8'

red 36 ◦ green 41 ◦ blue 232

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

Shades of Persian Blue #2429E8

Tints of Persian Blue #2429E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 75.08%

R = 11.65%
G = 13.27%
B = 75.08%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2429E8 (or 0x2429E8) is known color: Persian Blue. HEX triplet: 24, 29 and E8. RGB value is (36,41,232). Sum of RGB (Red+Green+Blue) = 36+41+232=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 232 (91.02% from 255 or 75.08% from 309); Max value from RGB is 232 - color contains mainly: blue. Hex color #2429E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2429E8 is #DBD617. Grayscale: #3C3C3C. Windows color (decimal): -14407192 or 15214884. OLE color: 15214884.

HSL color Cylindrical-coordinate representation of color #2429E8: hue angle of 238.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2429E8 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 36 41 232 -
CMYK 0.84 0.82 0 0.09
HSL 238.47º 0.81% 0.53% -
HSV(B) 238.47º 0.84% 0.91% -
XYZ 16.09 7.79 77 -
YUV 61.28 224.34 109.97 -
System Red Green Blue C M Y K H S L
Decimal 36 41 232 0.84 0.82 0 0.09 238.47 0.81 0.53
Hex 24 29 E8 54 52 0 9 EE 51 35
Octal 44 51 350 124 122 0 11 356 121 65
Binary 100100 101001 11101000 1010100 1010010 0 1001 11101110 1010001 110101

Color Harmonies of #2429E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429E8

Black with #2429E8

Text Example


Text Example

White with #2429E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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