#292E63

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

Shades of Deep Koamaru #292E63

Tints of Deep Koamaru #292E63

Color information

#292E63 (or 0x292E63) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2E and 63. RGB value is (41,46,99). Sum of RGB (Red+Green+Blue) = 41+46+99=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #292E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E63 is #D6D19C. Grayscale: #323232. Windows color (decimal): -14078365 or 6499881. OLE color: 6499881.

HSL color Cylindrical-coordinate representation of color #292E63: hue angle of 234.83º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292E63 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB414699-
CMYK0.590.5400.61
HSL234.83º41.43%27.45%-
HSV(B)234.83º58.59%38.82%-
XYZ4.143.3312.23-
YUV50.55155.34121.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=22.04%
G=24.73%
B=53.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4146990.590.5400.61234.8341.4327.45
Hex292E633B3603Deb291b
Octal515614373660753535133
Binary101001101110110001111101111011001111011110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,99); }

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

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

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

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

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

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

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