#363B40

Color #363B40 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #363B40

Tints of Baltic Sea #363B40

Color information

#363B40 (or 0x363B40) is unknown color: approx Baltic Sea. HEX triplet: 36, 3B and 40. RGB value is (54,59,64). Sum of RGB (Red+Green+Blue) = 54+59+64=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #363B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B40 is #C9C4BF. Grayscale: #3A3A3A. Windows color (decimal): -13223104 or 4209462. OLE color: 4209462.

HSL color Cylindrical-coordinate representation of color #363B40: hue angle of 210º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363B40 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545964-
CMYK0.160.0800.75
HSL210º8.47%23.14%-
HSV(B)210º15.62%25.1%-
XYZ4.014.285.47-
YUV58.08131.34125.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=30.51%
G=33.33%
B=36.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5459640.160.0800.752108.4723.14
Hex363B4010804Bd2817
Octal6673100201001133221027
Binary11011011101110000001000010000100101111010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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