#292966

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

Shades of Deep Koamaru #292966

Tints of Deep Koamaru #292966

Color information

#292966 (or 0x292966) is unknown color: approx Deep Koamaru. HEX triplet: 29, 29 and 66. RGB value is (41,41,102). Sum of RGB (Red+Green+Blue) = 41+41+102=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #292966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292966 is #D6D699. Grayscale: #2F2F2F. Windows color (decimal): -14079642 or 6695209. OLE color: 6695209.

HSL color Cylindrical-coordinate representation of color #292966: hue angle of 240º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #292966 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4141102-
CMYK0.600.6000.6
HSL240º42.66%28.04%-
HSV(B)240º59.8%40%-
XYZ4.113.0212.94-
YUV47.95158.5123.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=22.28%
G=22.28%
B=55.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41411020.600.6000.624042.6628.04
Hex2929663C3C03Cf02b1c
Octal515114674740743605334
Binary101001101001110011011110011110001111001111000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292966; }

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

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

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

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

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

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

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

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