Html Css Color HEX #2429CF Persian Blue

📋 copy color: '#2429CF'

red 36 ◦ green 41 ◦ blue 207

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

Shades of Persian Blue #2429CF

Tints of Persian Blue #2429CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.89%

R = 12.68%
G = 14.44%
B = 72.89%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2429CF (or 0x2429CF) is known color: Persian Blue. HEX triplet: 24, 29 and CF. RGB value is (36,41,207). Sum of RGB (Red+Green+Blue) = 36+41+207=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #2429CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429CF is #DBD630. Grayscale: #393939. Windows color (decimal): -14407217 or 13576484. OLE color: 13576484.

HSL color Cylindrical-coordinate representation of color #2429CF: hue angle of 238.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2429CF is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 41 207 -
CMYK 0.83 0.80 0 0.19
HSL 238.25º 0.7% 0.48% -
HSV(B) 238.25º 0.83% 0.81% -
XYZ 12.78 6.47 59.61 -
YUV 58.43 211.84 112 -
System Red Green Blue C M Y K H S L
Decimal 36 41 207 0.83 0.80 0 0.19 238.25 0.7 0.48
Hex 24 29 CF 53 50 0 13 EE 46 30
Octal 44 51 317 123 120 0 23 356 106 60
Binary 100100 101001 11001111 1010011 1010000 0 10011 11101110 1000110 110000

Color Harmonies of #2429CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2429CF

Black with #2429CF

Text Example


Text Example

White with #2429CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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