#333940

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

Shades of Baltic Sea #333940

Tints of Baltic Sea #333940

Color information

#333940 (or 0x333940) is unknown color: approx Baltic Sea. HEX triplet: 33, 39 and 40. RGB value is (51,57,64). Sum of RGB (Red+Green+Blue) = 51+57+64=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #333940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333940 is #CCC6BF. Grayscale: #373737. Windows color (decimal): -13420224 or 4208947. OLE color: 4208947.

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

Color convert

RGB515764-
CMYK0.200.1100.75
HSL212.31º11.3%22.55%-
HSV(B)212.31º20.31%25.1%-
XYZ3.7545.42-
YUV56132.51124.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=29.65%
G=33.14%
B=37.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5157640.200.1100.75212.3111.322.55
Hex33394014B04Bd4b17
Octal6371100241301133241327
Binary11001111100110000001010010110100101111010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333940; }

 p { color: rgb(51,57,64); }

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

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

 a { background-color: rgb(51,57,64); }

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

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

 span { border-color: rgb(51,57,64); }

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