#292970

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

Shades of Deep Koamaru #292970

Tints of Deep Koamaru #292970

Color information

#292970 (or 0x292970) is unknown color: approx Deep Koamaru. HEX triplet: 29, 29 and 70. RGB value is (41,41,112). Sum of RGB (Red+Green+Blue) = 41+41+112=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #292970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292970 is #D6D68F. Grayscale: #303030. Windows color (decimal): -14079632 or 7350569. OLE color: 7350569.

HSL color Cylindrical-coordinate representation of color #292970: hue angle of 240º 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 #292970 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4141112-
CMYK0.630.6300.56
HSL240º46.41%30%-
HSV(B)240º63.39%43.92%-
XYZ4.633.2315.71-
YUV49.09163.5122.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=21.13%
G=21.13%
B=57.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41411120.630.6300.5624046.4130
Hex2929703F3F038f02e1e
Octal515116077770703605636
Binary101001101001111000011111111111101110001111000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292970; }

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

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

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

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

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

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

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

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