#292B70

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

Shades of Deep Koamaru #292B70

Tints of Deep Koamaru #292B70

Color information

#292B70 (or 0x292B70) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2B and 70. RGB value is (41,43,112). Sum of RGB (Red+Green+Blue) = 41+43+112=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #292B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B70 is #D6D48F. Grayscale: #313131. Windows color (decimal): -14079120 or 7351081. OLE color: 7351081.

HSL color Cylindrical-coordinate representation of color #292B70: hue angle of 238.31º 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 #292B70 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4143112-
CMYK0.630.6200.56
HSL238.31º46.41%30%-
HSV(B)238.31º63.39%43.92%-
XYZ4.73.3715.73-
YUV50.27162.84121.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=20.92%
G=21.94%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41431120.630.6200.56238.3146.4130
Hex292B703F3E038ee2e1e
Octal515316077760703565636
Binary101001101011111000011111111111001110001110111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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