#3F4041

Color #3F4041 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #3F4041

Tints of Baltic Sea #3F4041

Color information

#3F4041 (or 0x3F4041) is unknown color: approx 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

RGB636465-
CMYK0.030.0200.75
HSL210º1.56%25.1%-
HSV(B)210º3.08%25.49%-
XYZ4.845.115.73-
YUV63.82128.67127.42-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364650.030.0200.752101.5625.1
Hex3F40413204Bd2219
Octal77100101320113322231
Binary11111110000001000001111001001011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>