#292962

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

Shades of Deep Koamaru #292962

Tints of Deep Koamaru #292962

Color information

#292962 (or 0x292962) is unknown color: approx Deep Koamaru. HEX triplet: 29, 29 and 62. RGB value is (41,41,98). Sum of RGB (Red+Green+Blue) = 41+41+98=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #292962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292962 is #D6D69D. Grayscale: #2F2F2F. Windows color (decimal): -14079646 or 6433065. OLE color: 6433065.

HSL color Cylindrical-coordinate representation of color #292962: hue angle of 240º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #292962 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB414198-
CMYK0.580.5800.62
HSL240º41.01%27.25%-
HSV(B)240º58.16%38.43%-
XYZ3.912.9411.92-
YUV47.5156.5123.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=22.78%
G=22.78%
B=54.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4141980.580.5800.6224041.0127.25
Hex2929623A3A03Ef0291b
Octal515114272720763605133
Binary101001101001110001011101011101001111101111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292962; }

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

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

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

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

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

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

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

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