#37365F

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

Shades of Deep Koamaru #37365F

Tints of Deep Koamaru #37365F

Color information

#37365F (or 0x37365F) is unknown color: approx Deep Koamaru. HEX triplet: 37, 36 and 5F. RGB value is (55,54,95). Sum of RGB (Red+Green+Blue) = 55+54+95=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #37365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37365F is #C8C9A0. Grayscale: #3A3A3A. Windows color (decimal): -13158817 or 6239799. OLE color: 6239799.

HSL color Cylindrical-coordinate representation of color #37365F: hue angle of 241.46º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37365F is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB555495-
CMYK0.420.4300.63
HSL241.46º27.52%29.22%-
HSV(B)241.46º43.16%37.25%-
XYZ4.964.2811.39-
YUV58.97148.33125.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=26.96%
G=26.47%
B=46.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5554950.420.4300.63241.4627.5229.22
Hex37365F2A2B03Ff11c1d
Octal676613752530773613435
Binary11011111011010111111010101010110111111111100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37365F; }

 p { color: rgb(55,54,95); }

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

<style>
 a { background-color: #37365F; }

 a { background-color: rgb(55,54,95); }

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

<style>
 span { border-color: #37365F; }

 span { border-color: rgb(55,54,95); }

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