#292D67

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

Shades of Deep Koamaru #292D67

Tints of Deep Koamaru #292D67

Color information

#292D67 (or 0x292D67) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2D and 67. RGB value is (41,45,103). Sum of RGB (Red+Green+Blue) = 41+45+103=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #292D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D67 is #D6D298. Grayscale: #323232. Windows color (decimal): -14078617 or 6761769. OLE color: 6761769.

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

Color convert

RGB4145103-
CMYK0.600.5600.60
HSL236.13º43.06%28.24%-
HSV(B)236.13º60.19%40.39%-
XYZ4.33.3313.25-
YUV50.42157.67121.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 103 (40.62% from 255) = 54.50%
R=21.69%
G=23.81%
B=54.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41451030.600.5600.60236.1343.0628.24
Hex292D673C3803Cec2b1c
Octal515514774700743545334
Binary101001101101110011111110011100001111001110110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,103); }

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

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

 a { background-color: rgb(41,45,103); }

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

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

 span { border-color: rgb(41,45,103); }

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