#292C6F

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

Shades of Deep Koamaru #292C6F

Tints of Deep Koamaru #292C6F

Color information

#292C6F (or 0x292C6F) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2C and 6F. RGB value is (41,44,111). Sum of RGB (Red+Green+Blue) = 41+44+111=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #292C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C6F is #D6D390. Grayscale: #323232. Windows color (decimal): -14078865 or 7285801. OLE color: 7285801.

HSL color Cylindrical-coordinate representation of color #292C6F: hue angle of 237.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292C6F is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4144111-
CMYK0.630.6000.56
HSL237.43º46.05%29.8%-
HSV(B)237.43º63.06%43.53%-
XYZ4.683.4215.45-
YUV50.74162.01121.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=20.92%
G=22.45%
B=56.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41441110.630.6000.56237.4346.0529.8
Hex292C6F3F3C038ed2e1e
Octal515415777740703555636
Binary101001101100110111111111111110001110001110110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,44,111); }

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

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

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

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

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

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

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