#292963

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

Shades of Deep Koamaru #292963

Tints of Deep Koamaru #292963

Color information

#292963 (or 0x292963) is unknown color: approx Deep Koamaru. HEX triplet: 29, 29 and 63. RGB value is (41,41,99). Sum of RGB (Red+Green+Blue) = 41+41+99=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #292963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292963 is #D6D69C. Grayscale: #2F2F2F. Windows color (decimal): -14079645 or 6498601. OLE color: 6498601.

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

Color convert

RGB414199-
CMYK0.590.5900.61
HSL240º41.43%27.45%-
HSV(B)240º58.59%38.82%-
XYZ3.962.9612.17-
YUV47.61157123.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=22.65%
G=22.65%
B=54.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4141990.590.5900.6124041.4327.45
Hex2929633B3B03Df0291b
Octal515114373730753605133
Binary101001101001110001111101111101101111011111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292963; }

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

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

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

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

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

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

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

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