#363A60

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

Shades of Bay Of Many #363A60

Tints of Bay Of Many #363A60

Color information

#363A60 (or 0x363A60) is unknown color: approx Bay Of Many. HEX triplet: 36, 3A and 60. RGB value is (54,58,96). Sum of RGB (Red+Green+Blue) = 54+58+96=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #363A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A60 is #C9C59F. Grayscale: #3C3C3C. Windows color (decimal): -13223328 or 6306358. OLE color: 6306358.

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

Color convert

RGB545896-
CMYK0.440.4000.62
HSL234.29º28%29.41%-
HSV(B)234.29º43.75%37.65%-
XYZ5.154.6511.69-
YUV61.14147.67122.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=25.96%
G=27.88%
B=46.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5458960.440.4000.62234.292829.41
Hex363A602C2803Eea1c1d
Octal667214054500763523435
Binary11011011101011000001011001010000111110111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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