#293170

Color #293170 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #293170

Tints of Deep Koamaru #293170

Color information

#293170 (or 0x293170) is unknown color: approx Deep Koamaru. HEX triplet: 29, 31 and 70. RGB value is (41,49,112). Sum of RGB (Red+Green+Blue) = 41+49+112=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #293170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293170 is #D6CE8F. Grayscale: #353535. Windows color (decimal): -14077584 or 7352617. OLE color: 7352617.

HSL color Cylindrical-coordinate representation of color #293170: hue angle of 233.24º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293170 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4149112-
CMYK0.630.5600.56
HSL233.24º46.41%30%-
HSV(B)233.24º63.39%43.92%-
XYZ4.943.8415.81-
YUV53.79160.85118.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=20.30%
G=24.26%
B=55.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41491120.630.5600.56233.2446.4130
Hex2931703F38038e92e1e
Octal516116077700703515636
Binary101001110001111000011111111100001110001110100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293170; }

 p { color: rgb(41,49,112); }

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

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

 a { background-color: rgb(41,49,112); }

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

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

 span { border-color: rgb(41,49,112); }

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