#363D5D

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

Shades of Bay Of Many #363D5D

Tints of Bay Of Many #363D5D

Color information

#363D5D (or 0x363D5D) is unknown color: approx Bay Of Many. HEX triplet: 36, 3D and 5D. RGB value is (54,61,93). Sum of RGB (Red+Green+Blue) = 54+61+93=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #363D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D5D is #C9C2A2. Grayscale: #3E3E3E. Windows color (decimal): -13222563 or 6110518. OLE color: 6110518.

HSL color Cylindrical-coordinate representation of color #363D5D: hue angle of 229.23º 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 #363D5D is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB546193-
CMYK0.420.3400.64
HSL229.23º26.53%28.82%-
HSV(B)229.23º41.94%36.47%-
XYZ5.174.9111.03-
YUV62.55145.18121.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=25.96%
G=29.33%
B=44.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5461930.420.3400.64229.2326.5328.82
Hex363D5D2A22040e51b1d
Octal6675135524201003453335
Binary110110111101101110110101010001001000000111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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