Html Css Color HEX #292ACC Persian Blue

📋 copy color: '#292ACC'

red 41 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #292ACC

Tints of Persian Blue #292ACC

RGB

 RED value IS 41 (16.41% from 255) = 14.29%

 GREEN value IS 42 (16.8% from 255) = 14.63%

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 14.29%
G = 14.63%
B = 71.08%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#292ACC (or 0x292ACC) is known color: Persian Blue. HEX triplet: 29, 2A and CC. RGB value is (41,42,204). Sum of RGB (Red+Green+Blue) = 41+42+204=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #292ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ACC is #D6D533. Grayscale: #3B3B3B. Windows color (decimal): -14079284 or 13380137. OLE color: 13380137.

HSL color Cylindrical-coordinate representation of color #292ACC: hue angle of 239.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292ACC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 42 204 -
CMYK 0.80 0.79 0 0.2
HSL 239.63º 0.67% 0.48% -
HSV(B) 239.63º 0.8% 0.8% -
XYZ 12.64 6.49 57.71 -
YUV 60.17 209.17 114.33 -
System Red Green Blue C M Y K H S L
Decimal 41 42 204 0.80 0.79 0 0.2 239.63 0.67 0.48
Hex 29 2A CC 50 4F 0 14 F0 43 30
Octal 51 52 314 120 117 0 24 360 103 60
Binary 101001 101010 11001100 1010000 1001111 0 10100 11110000 1000011 110000

Color Harmonies of #292ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ACC

Black with #292ACC

Text Example


Text Example

White with #292ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292ACC; }

 p { color: rgb(41,42,204); }

 H1.HeaderClassName
 {
   color: #292ACC;
 }
 .AnyTagClassName
 {
   color: #292ACC;
 }
</style>

background-color css

<style>
 a { background-color: #292ACC; }

 a { background-color: rgb(41,42,204); }

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

border-color css

<style>
 span { border-color: #292ACC; }

 span { border-color: rgb(41,42,204); }

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