#37395C

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

Shades of Deep Koamaru #37395C

Tints of Deep Koamaru #37395C

Color information

#37395C (or 0x37395C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 39 and 5C. RGB value is (55,57,92). Sum of RGB (Red+Green+Blue) = 55+57+92=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #37395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37395C is #C8C6A3. Grayscale: #3C3C3C. Windows color (decimal): -13158052 or 6043959. OLE color: 6043959.

HSL color Cylindrical-coordinate representation of color #37395C: hue angle of 236.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37395C is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555792-
CMYK0.400.3800.64
HSL236.76º25.17%28.82%-
HSV(B)236.76º40.22%36.08%-
XYZ4.974.5110.73-
YUV60.39145.84124.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=26.96%
G=27.94%
B=45.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5557920.400.3800.64236.7625.1728.82
Hex37395C2826040ed191d
Octal6771134504601003553135
Binary110111111001101110010100010011001000000111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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