#292868

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

Shades of Deep Koamaru #292868

Tints of Deep Koamaru #292868

Color information

#292868 (or 0x292868) is unknown color: approx Deep Koamaru. HEX triplet: 29, 28 and 68. RGB value is (41,40,104). Sum of RGB (Red+Green+Blue) = 41+40+104=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #292868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292868 is #D6D797. Grayscale: #2F2F2F. Windows color (decimal): -14079896 or 6826025. OLE color: 6826025.

HSL color Cylindrical-coordinate representation of color #292868: hue angle of 240.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292868 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4140104-
CMYK0.610.6200.59
HSL240.94º44.44%28.24%-
HSV(B)240.94º61.54%40.78%-
XYZ4.172.9913.45-
YUV47.6159.83123.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=22.16%
G=21.62%
B=56.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41401040.610.6200.59240.9444.4428.24
Hex2928683D3E03Bf12c1c
Octal515015075760733615434
Binary101001101000110100011110111111001110111111000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292868; }

 p { color: rgb(41,40,104); }

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

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

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

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

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

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

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