#292BDA

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

Shades of Persian Blue #292BDA

Tints of Persian Blue #292BDA

Color information

#292BDA (or 0x292BDA) is unknown color: approx Persian Blue. HEX triplet: 29, 2B and DA. RGB value is (41,43,218). Sum of RGB (Red+Green+Blue) = 41+43+218=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #292BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BDA is #D6D425. Grayscale: #3D3D3D. Windows color (decimal): -14079014 or 14297897. OLE color: 14297897.

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

Color convert

RGB4143218-
CMYK0.810.8000.15
HSL239.32º70.52%50.78%-
HSV(B)239.32º81.19%85.49%-
XYZ14.437.2666.97-
YUV62.35215.84112.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 218 (85.55% from 255) = 72.19%
R=13.58%
G=14.24%
B=72.19%

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
Decimal41432180.810.8000.15239.3270.5250.78
Hex292BDA51500Fef4733
Octal515333212112001735710763
Binary101001101011110110101010001101000001111111011111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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