Html Css Color HEX #3F4948 Blue Dianne

📋 copy color: '#3F4948'

red 63 ◦ green 73 ◦ blue 72

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

Shades of Blue Dianne #3F4948

Tints of Blue Dianne #3F4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 30.29%
G = 35.1%
B = 34.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#3F4948 (or 0x3F4948) is known color: Blue Dianne. HEX triplet: 3F, 49 and 48. RGB value is (63,73,72). Sum of RGB (Red+Green+Blue) = 63+73+72=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4948 is #C0B6B7. Grayscale: #454545. Windows color (decimal): -12629688 or 4737343. OLE color: 4737343.

HSL color Cylindrical-coordinate representation of color #3F4948: hue angle of 174º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F4948 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 73 72 -
CMYK 0.14 0 0.01 0.71
HSL 174º 0.07% 0.27% -
HSV(B) 174º 0.14% 0.29% -
XYZ 5.6 6.29 7.05 -
YUV 69.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 63 73 72 0.14 0 0.01 0.71 174 0.07 0.27
Hex 3F 49 48 E 0 1 47 AE 7 1B
Octal 77 111 110 16 0 1 107 256 7 33
Binary 111111 1001001 1001000 1110 0 1 1000111 10101110 111 11011

Color Harmonies of #3F4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4948

Black with #3F4948

Text Example


Text Example

White with #3F4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,72); }

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

background-color css

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

 a { background-color: rgb(63,73,72); }

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

border-color css

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

 span { border-color: rgb(63,73,72); }

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