Html Css Color HEX #2429CB Persian Blue

📋 copy color: '#2429CB'

red 36 ◦ green 41 ◦ blue 203

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

Shades of Persian Blue #2429CB

Tints of Persian Blue #2429CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 12.86%
G = 14.64%
B = 72.5%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2429CB (or 0x2429CB) is known color: Persian Blue. HEX triplet: 24, 29 and CB. RGB value is (36,41,203). Sum of RGB (Red+Green+Blue) = 36+41+203=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #2429CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429CB is #DBD634. Grayscale: #393939. Windows color (decimal): -14407221 or 13314340. OLE color: 13314340.

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

Color convert

RGB 36 41 203 -
CMYK 0.82 0.80 0 0.20
HSL 238.2º 0.7% 0.47% -
HSV(B) 238.2º 0.82% 0.8% -
XYZ 12.3 6.27 57.06 -
YUV 57.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 36 41 203 0.82 0.80 0 0.20 238.2 0.7 0.47
Hex 24 29 CB 52 50 0 14 EE 46 2F
Octal 44 51 313 122 120 0 24 356 106 57
Binary 100100 101001 11001011 1010010 1010000 0 10100 11101110 1000110 101111

Color Harmonies of #2429CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429CB

Black with #2429CB

Text Example


Text Example

White with #2429CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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