#363B60

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

Shades of Bay Of Many #363B60

Tints of Bay Of Many #363B60

Color information

#363B60 (or 0x363B60) is unknown color: approx Bay Of Many. HEX triplet: 36, 3B and 60. RGB value is (54,59,96). Sum of RGB (Red+Green+Blue) = 54+59+96=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 59 (23.44% from 255 or 28.23% 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 #363B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B60 is #C9C49F. Grayscale: #3D3D3D. Windows color (decimal): -13223072 or 6306614. OLE color: 6306614.

HSL color Cylindrical-coordinate representation of color #363B60: hue angle of 232.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363B60 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB545996-
CMYK0.440.3900.62
HSL232.86º28%29.41%-
HSV(B)232.86º43.75%37.65%-
XYZ5.24.7611.71-
YUV61.72147.34122.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=25.84%
G=28.23%
B=45.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5459960.440.3900.62232.862829.41
Hex363B602C2703Ee91c1d
Octal667314054470763513435
Binary11011011101111000001011001001110111110111010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B60; }

 p { color: rgb(54,59,96); }

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

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

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

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

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

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

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