#292A6D

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

Shades of Deep Koamaru #292A6D

Tints of Deep Koamaru #292A6D

Color information

#292A6D (or 0x292A6D) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2A and 6D. RGB value is (41,42,109). Sum of RGB (Red+Green+Blue) = 41+42+109=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #292A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A6D is #D6D592. Grayscale: #313131. Windows color (decimal): -14079379 or 7154217. OLE color: 7154217.

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

Color convert

RGB4142109-
CMYK0.620.6100.57
HSL239.12º45.33%29.41%-
HSV(B)239.12º62.39%42.75%-
XYZ4.53.2314.85-
YUV49.34161.67122.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=21.35%
G=21.88%
B=56.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41421090.620.6100.57239.1245.3329.41
Hex292A6D3E3D039ef2d1d
Octal515215576750713575535
Binary101001101010110110111111011110101110011110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,109); }

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

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

 a { background-color: rgb(41,42,109); }

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

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

 span { border-color: rgb(41,42,109); }

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