#37376E

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

Shades of Deep Koamaru #37376E

Tints of Deep Koamaru #37376E

Color information

#37376E (or 0x37376E) is unknown color: approx Deep Koamaru. HEX triplet: 37, 37 and 6E. RGB value is (55,55,110). Sum of RGB (Red+Green+Blue) = 55+55+110=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #37376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37376E is #C8C891. Grayscale: #3D3D3D. Windows color (decimal): -13158546 or 7223095. OLE color: 7223095.

HSL color Cylindrical-coordinate representation of color #37376E: hue angle of 240º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37376E is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5555110-
CMYK0.50.500.57
HSL240º33.33%32.35%-
HSV(B)240º50%43.14%-
XYZ5.764.6715.35-
YUV61.27155.5123.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55551100.50.500.5724033.3332.35
Hex37376E3232039f02120
Octal676715662620713604140
Binary1101111101111101110110010110010011100111110000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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