#292F6C

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

Shades of Deep Koamaru #292F6C

Tints of Deep Koamaru #292F6C

Color information

#292F6C (or 0x292F6C) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2F and 6C. RGB value is (41,47,108). Sum of RGB (Red+Green+Blue) = 41+47+108=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #292F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F6C is #D6D093. Grayscale: #333333. Windows color (decimal): -14078100 or 7089961. OLE color: 7089961.

HSL color Cylindrical-coordinate representation of color #292F6C: hue angle of 234.63º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292F6C is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4147108-
CMYK0.620.5600.58
HSL234.63º44.97%29.22%-
HSV(B)234.63º62.04%42.35%-
XYZ4.643.5914.64-
YUV52.16159.51120.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=20.92%
G=23.98%
B=55.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41471080.620.5600.58234.6344.9729.22
Hex292F6C3E3803Aeb2d1d
Octal515715476700723535535
Binary101001101111110110011111011100001110101110101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,47,108); }

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

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

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

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

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

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

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