#393C60

Color #393C60 Bay Of Many (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Of Many #393C60

Tints of Bay Of Many #393C60

Color information

#393C60 (or 0x393C60) is unknown color: approx Bay Of Many. HEX triplet: 39, 3C and 60. RGB value is (57,60,96). Sum of RGB (Red+Green+Blue) = 57+60+96=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #393C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C60 is #C6C39F. Grayscale: #3F3F3F. Windows color (decimal): -13026208 or 6306873. OLE color: 6306873.

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

Color convert

RGB576096-
CMYK0.410.3800.62
HSL235.38º25.49%30%-
HSV(B)235.38º40.62%37.65%-
XYZ5.414.9511.74-
YUV63.21146.51123.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=26.76%
G=28.17%
B=45.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5760960.410.3800.62235.3825.4930
Hex393C60292603Eeb191e
Octal717414051460763533136
Binary11100111110011000001010011001100111110111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393C60; }

 p { color: rgb(57,60,96); }

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

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

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

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

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

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

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