#292B65

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

Shades of Deep Koamaru #292B65

Tints of Deep Koamaru #292B65

Color information

#292B65 (or 0x292B65) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2B and 65. RGB value is (41,43,101). Sum of RGB (Red+Green+Blue) = 41+43+101=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #292B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B65 is #D6D49A. Grayscale: #303030. Windows color (decimal): -14079131 or 6630185. OLE color: 6630185.

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

Color convert

RGB4143101-
CMYK0.590.5700.60
HSL238º42.25%27.84%-
HSV(B)238º59.41%39.61%-
XYZ4.133.1412.7-
YUV49.01157.34122.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=22.16%
G=23.24%
B=54.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41431010.590.5700.6023842.2527.84
Hex292B653B3903Cee2a1c
Octal515314573710743565234
Binary101001101011110010111101111100101111001110111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,101); }

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

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

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

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

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

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

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