#363C41

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

Shades of Baltic Sea #363C41

Tints of Baltic Sea #363C41

Color information

#363C41 (or 0x363C41) is unknown color: approx Baltic Sea. HEX triplet: 36, 3C and 41. RGB value is (54,60,65). Sum of RGB (Red+Green+Blue) = 54+60+65=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #363C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C41 is #C9C3BE. Grayscale: #3A3A3A. Windows color (decimal): -13222847 or 4275254. OLE color: 4275254.

HSL color Cylindrical-coordinate representation of color #363C41: hue angle of 207.27º 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 #363C41 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB546065-
CMYK0.170.0800.75
HSL207.27º9.24%23.33%-
HSV(B)207.27º16.92%25.49%-
XYZ4.094.45.63-
YUV58.78131.51124.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=30.17%
G=33.52%
B=36.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5460650.170.0800.75207.279.2423.33
Hex363C4111804Bcf917
Octal6674101211001133171127
Binary11011011110010000011000110000100101111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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