#37375C

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

Shades of Deep Koamaru #37375C

Tints of Deep Koamaru #37375C

Color information

#37375C (or 0x37375C) is unknown color: approx Deep Koamaru. HEX triplet: 37, 37 and 5C. RGB value is (55,55,92). Sum of RGB (Red+Green+Blue) = 55+55+92=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #37375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37375C is #C8C8A3. Grayscale: #3B3B3B. Windows color (decimal): -13158564 or 6043447. OLE color: 6043447.

HSL color Cylindrical-coordinate representation of color #37375C: hue angle of 240º 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 #37375C is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB555592-
CMYK0.400.4000.64
HSL240º25.17%28.82%-
HSV(B)240º40.22%36.08%-
XYZ4.874.3210.7-
YUV59.22146.5124.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=27.23%
G=27.23%
B=45.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5555920.400.4000.6424025.1728.82
Hex37375C2828040f0191d
Octal6767134505001003603135
Binary110111110111101110010100010100001000000111100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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