#292ACC

Color #292ACC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #292ACC

Tints of Persian Blue #292ACC

Color information

#292ACC (or 0x292ACC) is unknown color: approx 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

RGB4142204-
CMYK0.800.7900.2
HSL239.63º66.53%48.04%-
HSV(B)239.63º79.9%80%-
XYZ12.646.4957.71-
YUV60.17209.17114.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 42 (16.80% 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 (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41422040.800.7900.2239.6366.5348.04
Hex292ACC504F014f04330
Octal515231412011702436010360
Binary1010011010101100110010100001001111010100111100001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>