#292B6E

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

Shades of Deep Koamaru #292B6E

Tints of Deep Koamaru #292B6E

Color information

#292B6E (or 0x292B6E) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2B and 6E. RGB value is (41,43,110). Sum of RGB (Red+Green+Blue) = 41+43+110=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #292B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B6E is #D6D491. Grayscale: #313131. Windows color (decimal): -14079122 or 7220009. OLE color: 7220009.

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

Color convert

RGB4143110-
CMYK0.630.6100.57
HSL238.26º45.7%29.61%-
HSV(B)238.26º62.73%43.14%-
XYZ4.593.3215.15-
YUV50.04161.84121.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=21.13%
G=22.16%
B=56.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41431100.630.6100.57238.2645.729.61
Hex292B6E3F3D039ee2e1e
Octal515315677750713565636
Binary101001101011110111011111111110101110011110111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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