#37395E

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

Shades of Deep Koamaru #37395E

Tints of Deep Koamaru #37395E

Color information

#37395E (or 0x37395E) is unknown color: approx Deep Koamaru. HEX triplet: 37, 39 and 5E. RGB value is (55,57,94). Sum of RGB (Red+Green+Blue) = 55+57+94=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #37395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37395E is #C8C6A1. Grayscale: #3C3C3C. Windows color (decimal): -13158050 or 6175031. OLE color: 6175031.

HSL color Cylindrical-coordinate representation of color #37395E: hue angle of 236.92º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37395E is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB555794-
CMYK0.410.3900.63
HSL236.92º26.17%29.22%-
HSV(B)236.92º41.49%36.86%-
XYZ5.064.5511.2-
YUV60.62146.84123.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=26.70%
G=27.67%
B=45.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5557940.410.3900.63236.9226.1729.22
Hex37395E292703Fed1a1d
Octal677113651470773553235
Binary11011111100110111101010011001110111111111011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37395E; }

 p { color: rgb(55,57,94); }

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

<style>
 a { background-color: #37395E; }

 a { background-color: rgb(55,57,94); }

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

<style>
 span { border-color: #37395E; }

 span { border-color: rgb(55,57,94); }

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