#292ECA

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

Shades of Persian Blue #292ECA

Tints of Persian Blue #292ECA

Color information

#292ECA (or 0x292ECA) is unknown color: approx Persian Blue. HEX triplet: 29, 2E and CA. RGB value is (41,46,202). Sum of RGB (Red+Green+Blue) = 41+46+202=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #292ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ECA is #D6D135. Grayscale: #3D3D3D. Windows color (decimal): -14078262 or 13250089. OLE color: 13250089.

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

Color convert

RGB4146202-
CMYK0.800.7700.21
HSL238.14º66.26%47.65%-
HSV(B)238.14º79.7%79.22%-
XYZ12.556.6956.51-
YUV62.29206.84112.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=14.19%
G=15.92%
B=69.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41462020.800.7700.21238.1466.2647.65
Hex292ECA504D015ee4230
Octal515631212011502535610260
Binary1010011011101100101010100001001101010101111011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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