#363B59

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

Shades of Bay Of Many #363B59

Tints of Bay Of Many #363B59

Color information

#363B59 (or 0x363B59) is unknown color: approx Bay Of Many. HEX triplet: 36, 3B and 59. RGB value is (54,59,89). Sum of RGB (Red+Green+Blue) = 54+59+89=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #363B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B59 is #C9C4A6. Grayscale: #3C3C3C. Windows color (decimal): -13223079 or 5847862. OLE color: 5847862.

HSL color Cylindrical-coordinate representation of color #363B59: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363B59 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB545989-
CMYK0.390.3400.65
HSL231.43º24.48%28.04%-
HSV(B)231.43º39.33%34.9%-
XYZ4.894.6310.09-
YUV60.92143.84123.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=26.73%
G=29.21%
B=44.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5459890.390.3400.65231.4324.4828.04
Hex363B592722041e7181c
Octal6673131474201013473034
Binary110110111011101100110011110001001000001111001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,89); }

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

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

 a { background-color: rgb(54,59,89); }

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

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

 span { border-color: rgb(54,59,89); }

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