#363A57

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

Shades of Bay Of Many #363A57

Tints of Bay Of Many #363A57

Color information

#363A57 (or 0x363A57) is unknown color: approx Bay Of Many. HEX triplet: 36, 3A and 57. RGB value is (54,58,87). Sum of RGB (Red+Green+Blue) = 54+58+87=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #363A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A57 is #C9C5A8. Grayscale: #3B3B3B. Windows color (decimal): -13223337 or 5716534. OLE color: 5716534.

HSL color Cylindrical-coordinate representation of color #363A57: hue angle of 232.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #363A57 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB545887-
CMYK0.380.3300.66
HSL232.73º23.4%27.65%-
HSV(B)232.73º37.93%34.12%-
XYZ4.754.59.63-
YUV60.11143.17123.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=27.14%
G=29.15%
B=43.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5458870.380.3300.66232.7323.427.65
Hex363A572621042e9171c
Octal6672127464101023512734
Binary110110111010101011110011010000101000010111010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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