Html Css Color HEX #2F363D Baltic Sea

📋 copy color: '#2F363D'

red 47 ◦ green 54 ◦ blue 61

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

Shades of Baltic Sea #2F363D

Tints of Baltic Sea #2F363D

RGB

 RED value IS 47 (18.75% from 255) = 29.01%

 GREEN value IS 54 (21.48% from 255) = 33.33%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 29.01%
G = 33.33%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F363D (or 0x2F363D) is known color: Baltic Sea. HEX triplet: 2F, 36 and 3D. RGB value is (47,54,61). Sum of RGB (Red+Green+Blue) = 47+54+61=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F363D is #D0C9C2. Grayscale: #343434. Windows color (decimal): -13683139 or 4011567. OLE color: 4011567.

HSL color Cylindrical-coordinate representation of color #2F363D: hue angle of 210º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F363D is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 54 61 -
CMYK 0.23 0.11 0 0.76
HSL 210º 0.13% 0.21% -
HSV(B) 210º 0.23% 0.24% -
XYZ 3.33 3.58 4.93 -
YUV 52.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 47 54 61 0.23 0.11 0 0.76 210 0.13 0.21
Hex 2F 36 3D 17 B 0 4C D2 D 15
Octal 57 66 75 27 13 0 114 322 15 25
Binary 101111 110110 111101 10111 1011 0 1001100 11010010 1101 10101

Color Harmonies of #2F363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F363D

Black with #2F363D

Text Example


Text Example

White with #2F363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,54,61); }

 H1.HeaderClassName
 {
   color: #2F363D;
 }
 .AnyTagClassName
 {
   color: #2F363D;
 }
</style>

background-color css

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

 a { background-color: rgb(47,54,61); }

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

border-color css

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

 span { border-color: rgb(47,54,61); }

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