Html Css Color HEX #2429BE Persian Blue

📋 copy color: '#2429BE'

red 36 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #2429BE

Tints of Persian Blue #2429BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.16%

R = 13.48%
G = 15.36%
B = 71.16%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2429BE (or 0x2429BE) is known color: Persian Blue. HEX triplet: 24, 29 and BE. RGB value is (36,41,190). Sum of RGB (Red+Green+Blue) = 36+41+190=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #2429BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429BE is #DBD641. Grayscale: #373737. Windows color (decimal): -14407234 or 12462372. OLE color: 12462372.

HSL color Cylindrical-coordinate representation of color #2429BE: hue angle of 238.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2429BE is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 41 190 -
CMYK 0.81 0.78 0 0.25
HSL 238.05º 0.68% 0.44% -
HSV(B) 238.05º 0.81% 0.75% -
XYZ 10.81 5.68 49.24 -
YUV 56.49 203.34 113.38 -
System Red Green Blue C M Y K H S L
Decimal 36 41 190 0.81 0.78 0 0.25 238.05 0.68 0.44
Hex 24 29 BE 51 4E 0 19 EE 44 2C
Octal 44 51 276 121 116 0 31 356 104 54
Binary 100100 101001 10111110 1010001 1001110 0 11001 11101110 1000100 101100

Color Harmonies of #2429BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429BE

Black with #2429BE

Text Example


Text Example

White with #2429BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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