#37375D

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

Shades of Deep Koamaru #37375D

Tints of Deep Koamaru #37375D

Color information

#37375D (or 0x37375D) is unknown color: approx Deep Koamaru. HEX triplet: 37, 37 and 5D. RGB value is (55,55,93). Sum of RGB (Red+Green+Blue) = 55+55+93=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #37375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37375D is #C8C8A2. Grayscale: #3B3B3B. Windows color (decimal): -13158563 or 6108983. OLE color: 6108983.

HSL color Cylindrical-coordinate representation of color #37375D: hue angle of 240º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37375D is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555593-
CMYK0.410.4100.64
HSL240º25.68%29.02%-
HSV(B)240º40.86%36.47%-
XYZ4.924.3310.93-
YUV59.33147124.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=27.09%
G=27.09%
B=45.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5555930.410.4100.6424025.6829.02
Hex37375D2929040f01a1d
Octal6767135515101003603235
Binary110111110111101110110100110100101000000111100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37375D; }

 p { color: rgb(55,55,93); }

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

<style>
 a { background-color: #37375D; }

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

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

<style>
 span { border-color: #37375D; }

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

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