#363D5E

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

Shades of Bay Of Many #363D5E

Tints of Bay Of Many #363D5E

Color information

#363D5E (or 0x363D5E) is unknown color: approx Bay Of Many. HEX triplet: 36, 3D and 5E. RGB value is (54,61,94). Sum of RGB (Red+Green+Blue) = 54+61+94=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #363D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D5E is #C9C2A1. Grayscale: #3E3E3E. Windows color (decimal): -13222562 or 6176054. OLE color: 6176054.

HSL color Cylindrical-coordinate representation of color #363D5E: hue angle of 229.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363D5E is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB546194-
CMYK0.430.3500.63
HSL229.5º27.03%29.02%-
HSV(B)229.5º42.55%36.86%-
XYZ5.214.9311.27-
YUV62.67145.68121.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=25.84%
G=29.19%
B=44.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5461940.430.3500.63229.527.0329.02
Hex363D5E2B2303Fe61b1d
Octal667513653430773463335
Binary11011011110110111101010111000110111111111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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