#373A60

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

Shades of Deep Koamaru #373A60

Tints of Deep Koamaru #373A60

Color information

#373A60 (or 0x373A60) is unknown color: approx Deep Koamaru. HEX triplet: 37, 3A and 60. RGB value is (55,58,96). Sum of RGB (Red+Green+Blue) = 55+58+96=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #373A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A60 is #C8C59F. Grayscale: #3D3D3D. Windows color (decimal): -13157792 or 6306359. OLE color: 6306359.

HSL color Cylindrical-coordinate representation of color #373A60: hue angle of 235.61º 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 #373A60 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB555896-
CMYK0.430.4000.62
HSL235.61º27.15%29.61%-
HSV(B)235.61º42.71%37.65%-
XYZ5.24.6811.7-
YUV61.44147.51123.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=26.32%
G=27.75%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5558960.430.4000.62235.6127.1529.61
Hex373A602B2803Eec1b1e
Octal677214053500763543336
Binary11011111101011000001010111010000111110111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A60; }

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

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

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

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

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

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

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

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