Html Css Color HEX #3B3F44 Baltic Sea

📋 copy color: '#3B3F44'

red 59 ◦ green 63 ◦ blue 68

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

Shades of Baltic Sea #3B3F44

Tints of Baltic Sea #3B3F44

RGB

 RED value IS 59 (23.44% from 255) = 31.05%

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 31.05%
G = 33.16%
B = 35.79%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B3F44 (or 0x3B3F44) is known color: Baltic Sea. HEX triplet: 3B, 3F and 44. RGB value is (59,63,68). Sum of RGB (Red+Green+Blue) = 59+63+68=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B3F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F44 is #C4C0BB. Grayscale: #3E3E3E. Windows color (decimal): -12894396 or 4472635. OLE color: 4472635.

HSL color Cylindrical-coordinate representation of color #3B3F44: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B3F44 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 63 68 -
CMYK 0.13 0.07 0 0.73
HSL 213.33º 0.07% 0.25% -
HSV(B) 213.33º 0.13% 0.27% -
XYZ 4.62 4.9 6.17 -
YUV 62.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 59 63 68 0.13 0.07 0 0.73 213.33 0.07 0.25
Hex 3B 3F 44 D 7 0 49 D5 7 19
Octal 73 77 104 15 7 0 111 325 7 31
Binary 111011 111111 1000100 1101 111 0 1001001 11010101 111 11001

Color Harmonies of #3B3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F44

Black with #3B3F44

Text Example


Text Example

White with #3B3F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3F44; }

 p { color: rgb(59,63,68); }

 H1.HeaderClassName
 {
   color: #3B3F44;
 }
 .AnyTagClassName
 {
   color: #3B3F44;
 }
</style>

background-color css

<style>
 a { background-color: #3B3F44; }

 a { background-color: rgb(59,63,68); }

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

border-color css

<style>
 span { border-color: #3B3F44; }

 span { border-color: rgb(59,63,68); }

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