#2F3942

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

Shades of Baltic Sea #2F3942

Tints of Baltic Sea #2F3942

Color information

#2F3942 (or 0x2F3942) is unknown color: approx Baltic Sea. HEX triplet: 2F, 39 and 42. RGB value is (47,57,66). Sum of RGB (Red+Green+Blue) = 47+57+66=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #2F3942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3942 is #D0C6BD. Grayscale: #363636. Windows color (decimal): -13682366 or 4340015. OLE color: 4340015.

HSL color Cylindrical-coordinate representation of color #2F3942: hue angle of 208.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F3942 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB475766-
CMYK0.290.1400.74
HSL208.42º16.81%22.16%-
HSV(B)208.42º28.79%25.88%-
XYZ3.623.925.72-
YUV55.04134.19122.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=27.65%
G=33.53%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4757660.290.1400.74208.4216.8122.16
Hex2F39421DE04Ad01116
Octal5771102351601123202126
Binary101111111001100001011101111001001010110100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3942; }

 p { color: rgb(47,57,66); }

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

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

 a { background-color: rgb(47,57,66); }

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

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

 span { border-color: rgb(47,57,66); }

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