#292ECC

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

Shades of Persian Blue #292ECC

Tints of Persian Blue #292ECC

Color information

#292ECC (or 0x292ECC) is unknown color: approx Persian Blue. HEX triplet: 29, 2E and CC. RGB value is (41,46,204). Sum of RGB (Red+Green+Blue) = 41+46+204=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #292ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ECC is #D6D133. Grayscale: #3D3D3D. Windows color (decimal): -14078260 or 13381161. OLE color: 13381161.

HSL color Cylindrical-coordinate representation of color #292ECC: hue angle of 238.16º 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 #292ECC is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4146204-
CMYK0.800.7700.2
HSL238.16º66.53%48.04%-
HSV(B)238.16º79.9%80%-
XYZ12.796.7957.76-
YUV62.52207.84112.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 204 (80.08% from 255) = 70.10%
R=14.09%
G=15.81%
B=70.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41462040.800.7700.2238.1666.5348.04
Hex292ECC504D014ee4330
Octal515631412011502435610360
Binary1010011011101100110010100001001101010100111011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292ECC;
 }
 .AnyTagClassName
 {
   color: #292ECC;
 }
</style>
background-color css

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

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

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

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

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

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