#2D3171

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

Shades of Deep Koamaru #2D3171

Tints of Deep Koamaru #2D3171

Color information

#2D3171 (or 0x2D3171) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 31 and 71. RGB value is (45,49,113). Sum of RGB (Red+Green+Blue) = 45+49+113=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3171 is #D2CE8E. Grayscale: #363636. Windows color (decimal): -13815439 or 7418157. OLE color: 7418157.

HSL color Cylindrical-coordinate representation of color #2D3171: hue angle of 236.47º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3171 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4549113-
CMYK0.600.5700.56
HSL236.47º43.04%30.98%-
HSV(B)236.47º60.18%44.31%-
XYZ5.163.9516.11-
YUV55.1160.67120.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.74%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=21.74%
G=23.67%
B=54.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45491130.600.5700.56236.4743.0430.98
Hex2D31713C39038ec2b1f
Octal556116174710703545337
Binary101101110001111000111110011100101110001110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D3171; }

 p { color: rgb(45,49,113); }

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

<style>
 a { background-color: #2D3171; }

 a { background-color: rgb(45,49,113); }

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

<style>
 span { border-color: #2D3171; }

 span { border-color: rgb(45,49,113); }

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