#363B41

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

Shades of Baltic Sea #363B41

Tints of Baltic Sea #363B41

Color information

#363B41 (or 0x363B41) is unknown color: approx Baltic Sea. HEX triplet: 36, 3B and 41. RGB value is (54,59,65). Sum of RGB (Red+Green+Blue) = 54+59+65=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #363B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B41 is #C9C4BE. Grayscale: #3A3A3A. Windows color (decimal): -13223103 or 4274998. OLE color: 4274998.

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

Color convert

RGB545965-
CMYK0.170.0900.75
HSL212.73º9.24%23.33%-
HSV(B)212.73º16.92%25.49%-
XYZ4.044.295.62-
YUV58.19131.84125.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=30.34%
G=33.15%
B=36.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5459650.170.0900.75212.739.2423.33
Hex363B4111904Bd5917
Octal6673101211101133251127
Binary11011011101110000011000110010100101111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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