#363A5D

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

Shades of Bay Of Many #363A5D

Tints of Bay Of Many #363A5D

Color information

#363A5D (or 0x363A5D) is unknown color: approx Bay Of Many. HEX triplet: 36, 3A and 5D. RGB value is (54,58,93). Sum of RGB (Red+Green+Blue) = 54+58+93=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #363A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A5D is #C9C5A2. Grayscale: #3C3C3C. Windows color (decimal): -13223331 or 6109750. OLE color: 6109750.

HSL color Cylindrical-coordinate representation of color #363A5D: hue angle of 233.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #363A5D is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB545893-
CMYK0.420.3800.64
HSL233.85º26.53%28.82%-
HSV(B)233.85º41.94%36.47%-
XYZ5.014.610.98-
YUV60.79146.17123.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=26.34%
G=28.29%
B=45.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5458930.420.3800.64233.8526.5328.82
Hex363A5D2A26040ea1b1d
Octal6672135524601003523335
Binary110110111010101110110101010011001000000111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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