#292E68

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

Shades of Deep Koamaru #292E68

Tints of Deep Koamaru #292E68

Color information

#292E68 (or 0x292E68) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2E and 68. RGB value is (41,46,104). Sum of RGB (Red+Green+Blue) = 41+46+104=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #292E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E68 is #D6D197. Grayscale: #323232. Windows color (decimal): -14078360 or 6827561. OLE color: 6827561.

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

Color convert

RGB4146104-
CMYK0.610.5600.59
HSL235.24º43.45%28.43%-
HSV(B)235.24º60.58%40.78%-
XYZ4.393.4213.53-
YUV51.12157.84120.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=21.47%
G=24.08%
B=54.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41461040.610.5600.59235.2443.4528.43
Hex292E683D3803Beb2b1c
Octal515615075700733535334
Binary101001101110110100011110111100001110111110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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