Html Css Color HEX #2429EC Persian Blue

📋 copy color: '#2429EC'

red 36 ◦ green 41 ◦ blue 236

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

Shades of Persian Blue #2429EC

Tints of Persian Blue #2429EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.4%

R = 11.5%
G = 13.1%
B = 75.4%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2429EC (or 0x2429EC) is known color: Persian Blue. HEX triplet: 24, 29 and EC. RGB value is (36,41,236). Sum of RGB (Red+Green+Blue) = 36+41+236=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #2429EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2429EC is #DBD613. Grayscale: #3C3C3C. Windows color (decimal): -14407188 or 15477028. OLE color: 15477028.

HSL color Cylindrical-coordinate representation of color #2429EC: hue angle of 238.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2429EC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 41 236 -
CMYK 0.85 0.83 0 0.07
HSL 238.5º 0.84% 0.53% -
HSV(B) 238.5º 0.85% 0.93% -
XYZ 16.66 8.02 80.03 -
YUV 61.74 226.34 109.64 -
System Red Green Blue C M Y K H S L
Decimal 36 41 236 0.85 0.83 0 0.07 238.5 0.84 0.53
Hex 24 29 EC 55 53 0 7 EE 54 35
Octal 44 51 354 125 123 0 7 356 124 65
Binary 100100 101001 11101100 1010101 1010011 0 111 11101110 1010100 110101

Color Harmonies of #2429EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429EC

Black with #2429EC

Text Example


Text Example

White with #2429EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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