#2D316B

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

Shades of Deep Koamaru #2D316B

Tints of Deep Koamaru #2D316B

Color information

#2D316B (or 0x2D316B) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 31 and 6B. RGB value is (45,49,107). Sum of RGB (Red+Green+Blue) = 45+49+107=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D316B is #D2CE94. Grayscale: #363636. Windows color (decimal): -13815445 or 7024941. OLE color: 7024941.

HSL color Cylindrical-coordinate representation of color #2D316B: hue angle of 236.13º 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 #2D316B is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4549107-
CMYK0.580.5400.58
HSL236.13º40.79%29.8%-
HSV(B)236.13º57.94%41.96%-
XYZ4.833.8214.39-
YUV54.42157.67121.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=22.39%
G=24.38%
B=53.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45491070.580.5400.58236.1340.7929.8
Hex2D316B3A3603Aec291e
Octal556115372660723545136
Binary101101110001110101111101011011001110101110110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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