Html Css Color HEX #2F3942 Baltic Sea

📋 copy color: '#2F3942'

red 47 ◦ green 57 ◦ blue 66

#2F3942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #2F3942

Tints of Baltic Sea #2F3942

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 value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2F3942 (or 0x2F3942) is known color: 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

RGB 47 57 66 -
CMYK 0.29 0.14 0 0.74
HSL 208.42º 0.17% 0.22% -
HSV(B) 208.42º 0.29% 0.26% -
XYZ 3.62 3.92 5.72 -
YUV 55.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 47 57 66 0.29 0.14 0 0.74 208.42 0.17 0.22
Hex 2F 39 42 1D E 0 4A D0 11 16
Octal 57 71 102 35 16 0 112 320 21 26
Binary 101111 111001 1000010 11101 1110 0 1001010 11010000 10001 10110

Color Harmonies of #2F3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3942

Black with #2F3942

Text Example


Text Example

White with #2F3942

Text Example


Text Example

HTML Codes & Css Web 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>