#292A71

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

Shades of Deep Koamaru #292A71

Tints of Deep Koamaru #292A71

Color information

#292A71 (or 0x292A71) is unknown color: approx Deep Koamaru. HEX triplet: 29, 2A and 71. RGB value is (41,42,113). Sum of RGB (Red+Green+Blue) = 41+42+113=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #292A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A71 is #D6D58E. Grayscale: #313131. Windows color (decimal): -14079375 or 7416361. OLE color: 7416361.

HSL color Cylindrical-coordinate representation of color #292A71: hue angle of 239.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #292A71 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4142113-
CMYK0.640.6300.56
HSL239.17º46.75%30.2%-
HSV(B)239.17º63.72%44.31%-
XYZ4.723.3216.01-
YUV49.79163.67121.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=20.92%
G=21.43%
B=57.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41421130.640.6300.56239.1746.7530.2
Hex292A71403F038ef2f1e
Octal5152161100770703575736
Binary1010011010101110001100000011111101110001110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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