Html Css Color HEX #2F3841 Baltic Sea

📋 copy color: '#2F3841'

red 47 ◦ green 56 ◦ blue 65

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

Shades of Baltic Sea #2F3841

Tints of Baltic Sea #2F3841

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

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 47 56 65 -
CMYK 0.28 0.14 0 0.75
HSL 210º 0.16% 0.22% -
HSV(B) 210º 0.28% 0.25% -
XYZ 3.54 3.81 5.55 -
YUV 54.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 47 56 65 0.28 0.14 0 0.75 210 0.16 0.22
Hex 2F 38 41 1C E 0 4B D2 10 16
Octal 57 70 101 34 16 0 113 322 20 26
Binary 101111 111000 1000001 11100 1110 0 1001011 11010010 10000 10110

Color Harmonies of #2F3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3841

Black with #2F3841

Text Example


Text Example

White with #2F3841

Text Example


Text Example

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