Html Css Color HEX #3F4041 Baltic Sea

📋 copy color: '#3F4041'

red 63 ◦ green 64 ◦ blue 65

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

Shades of Baltic Sea #3F4041

Tints of Baltic Sea #3F4041

RGB

 RED value IS 63 (25% from 255) = 32.81%

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 32.81%
G = 33.33%
B = 33.85%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F4041 (or 0x3F4041) is known color: Baltic Sea. HEX triplet: 3F, 40 and 41. RGB value is (63,64,65). Sum of RGB (Red+Green+Blue) = 63+64+65=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4041 is #C0BFBE. Grayscale: #3F3F3F. Windows color (decimal): -12631999 or 4276287. OLE color: 4276287.

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

Color convert

RGB 63 64 65 -
CMYK 0.03 0.02 0 0.75
HSL 210º 0.02% 0.25% -
HSV(B) 210º 0.03% 0.25% -
XYZ 4.84 5.11 5.73 -
YUV 63.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 63 64 65 0.03 0.02 0 0.75 210 0.02 0.25
Hex 3F 40 41 3 2 0 4B D2 2 19
Octal 77 100 101 3 2 0 113 322 2 31
Binary 111111 1000000 1000001 11 10 0 1001011 11010010 10 11001

Color Harmonies of #3F4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4041

Black with #3F4041

Text Example


Text Example

White with #3F4041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,64,65); }

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

background-color css

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

 a { background-color: rgb(63,64,65); }

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

border-color css

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

 span { border-color: rgb(63,64,65); }

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