#292CDA

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

Shades of Persian Blue #292CDA

Tints of Persian Blue #292CDA

Color information

#292CDA (or 0x292CDA) is unknown color: approx Persian Blue. HEX triplet: 29, 2C and DA. RGB value is (41,44,218). Sum of RGB (Red+Green+Blue) = 41+44+218=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #292CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CDA is #D6D325. Grayscale: #3E3E3E. Windows color (decimal): -14078758 or 14298153. OLE color: 14298153.

HSL color Cylindrical-coordinate representation of color #292CDA: hue angle of 238.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292CDA is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4144218-
CMYK0.810.8000.15
HSL238.98º70.52%50.78%-
HSV(B)238.98º81.19%85.49%-
XYZ14.477.3366.98-
YUV62.94215.51112.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 218 (85.55% from 255) = 71.95%
R=13.53%
G=14.52%
B=71.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41442180.810.8000.15238.9870.5250.78
Hex292CDA51500Fef4733
Octal515433212112001735710763
Binary101001101100110110101010001101000001111111011111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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