#37316B

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

Shades of Deep Koamaru #37316B

Tints of Deep Koamaru #37316B

Color information

#37316B (or 0x37316B) is unknown color: approx Deep Koamaru. HEX triplet: 37, 31 and 6B. RGB value is (55,49,107). Sum of RGB (Red+Green+Blue) = 55+49+107=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #37316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37316B is #C8CE94. Grayscale: #393939. Windows color (decimal): -13160085 or 7024951. OLE color: 7024951.

HSL color Cylindrical-coordinate representation of color #37316B: hue angle of 246.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37316B is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5549107-
CMYK0.490.5400.58
HSL246.21º37.18%30.59%-
HSV(B)246.21º54.21%41.96%-
XYZ5.334.0714.41-
YUV57.41155.99126.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=26.07%
G=23.22%
B=50.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55491070.490.5400.58246.2137.1830.59
Hex37316B313603Af6251f
Octal676115361660723664537
Binary110111110001110101111000111011001110101111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37316B; }

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

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

<style>
 a { background-color: #37316B; }

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

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

<style>
 span { border-color: #37316B; }

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

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