#2D316C

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

Shades of Deep Koamaru #2D316C

Tints of Deep Koamaru #2D316C

Color information

#2D316C (or 0x2D316C) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 31 and 6C. RGB value is (45,49,108). Sum of RGB (Red+Green+Blue) = 45+49+108=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D316C is #D2CE93. Grayscale: #363636. Windows color (decimal): -13815444 or 7090477. OLE color: 7090477.

HSL color Cylindrical-coordinate representation of color #2D316C: hue angle of 236.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D316C is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4549108-
CMYK0.580.5500.58
HSL236.19º41.18%30%-
HSV(B)236.19º58.33%42.35%-
XYZ4.893.8414.67-
YUV54.53158.17121.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=22.28%
G=24.26%
B=53.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45491080.580.5500.58236.1941.1830
Hex2D316C3A3703Aec291e
Octal556115472670723545136
Binary101101110001110110011101011011101110101110110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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