#2F3841

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

Shades of Baltic Sea #2F3841

Tints of Baltic Sea #2F3841

Color information

#2F3841 (or 0x2F3841) is unknown color: approx Baltic Sea. HEX triplet: 2F, 38 and 41. RGB value is (47,56,65). Sum of RGB (Red+Green+Blue) = 47+56+65=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F3841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3841 is #D0C7BE. Grayscale: #363636. Windows color (decimal): -13682623 or 4274223. OLE color: 4274223.

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

Color convert

RGB475665-
CMYK0.280.1400.75
HSL210º16.07%21.96%-
HSV(B)210º27.69%25.49%-
XYZ3.543.815.55-
YUV54.33134.02122.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=27.98%
G=33.33%
B=38.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4756650.280.1400.7521016.0721.96
Hex2F38411CE04Bd21016
Octal5770101341601133222026
Binary101111111000100000111100111001001011110100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,65); }

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

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

 a { background-color: rgb(47,56,65); }

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

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

 span { border-color: rgb(47,56,65); }

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