#292CCA

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

Shades of Persian Blue #292CCA

Tints of Persian Blue #292CCA

Color information

#292CCA (or 0x292CCA) is unknown color: approx Persian Blue. HEX triplet: 29, 2C and CA. RGB value is (41,44,202). Sum of RGB (Red+Green+Blue) = 41+44+202=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #292CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CCA is #D6D335. Grayscale: #3C3C3C. Windows color (decimal): -14078774 or 13249577. OLE color: 13249577.

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

Color convert

RGB4144202-
CMYK0.800.7800.21
HSL238.88º66.26%47.65%-
HSV(B)238.88º79.7%79.22%-
XYZ12.486.5456.48-
YUV61.12207.51113.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 202 (79.30% from 255) = 70.38%
R=14.29%
G=15.33%
B=70.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41442020.800.7800.21238.8866.2647.65
Hex292CCA504E015ef4230
Octal515431212011602535710260
Binary1010011011001100101010100001001110010101111011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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