#373760

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

Shades of Deep Koamaru #373760

Tints of Deep Koamaru #373760

Color information

#373760 (or 0x373760) is unknown color: approx Deep Koamaru. HEX triplet: 37, 37 and 60. RGB value is (55,55,96). Sum of RGB (Red+Green+Blue) = 55+55+96=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #373760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373760 is #C8C89F. Grayscale: #3B3B3B. Windows color (decimal): -13158560 or 6305591. OLE color: 6305591.

HSL color Cylindrical-coordinate representation of color #373760: hue angle of 240º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #373760 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB555596-
CMYK0.430.4300.62
HSL240º27.15%29.61%-
HSV(B)240º42.71%37.65%-
XYZ5.054.3911.65-
YUV59.67148.5124.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=26.70%
G=26.70%
B=46.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5555960.430.4300.6224027.1529.61
Hex3737602B2B03Ef01b1e
Octal676714053530763603336
Binary11011111011111000001010111010110111110111100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373760; }

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

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

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

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

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

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

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

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