Html Css Color HEX #2429BA Persian Blue

📋 copy color: '#2429BA'

red 36 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #2429BA

Tints of Persian Blue #2429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 13.69%
G = 15.59%
B = 70.72%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2429BA (or 0x2429BA) is known color: Persian Blue. HEX triplet: 24, 29 and BA. RGB value is (36,41,186). Sum of RGB (Red+Green+Blue) = 36+41+186=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #2429BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429BA is #DBD645. Grayscale: #373737. Windows color (decimal): -14407238 or 12200228. OLE color: 12200228.

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

Color convert

RGB 36 41 186 -
CMYK 0.81 0.78 0 0.27
HSL 238º 0.68% 0.44% -
HSV(B) 238º 0.81% 0.73% -
XYZ 10.38 5.51 46.97 -
YUV 56.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 36 41 186 0.81 0.78 0 0.27 238 0.68 0.44
Hex 24 29 BA 51 4E 0 1B EE 44 2C
Octal 44 51 272 121 116 0 33 356 104 54
Binary 100100 101001 10111010 1010001 1001110 0 11011 11101110 1000100 101100

Color Harmonies of #2429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429BA

Black with #2429BA

Text Example


Text Example

White with #2429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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