Html Css Color HEX #3F6471 Bismark

📋 copy color: '#3F6471'

red 63 ◦ green 100 ◦ blue 113

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

Shades of Bismark #3F6471

Tints of Bismark #3F6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 22.83%
G = 36.23%
B = 40.94%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F6471 (or 0x3F6471) is known color: Bismark. HEX triplet: 3F, 64 and 71. RGB value is (63,100,113). Sum of RGB (Red+Green+Blue) = 63+100+113=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6471 is #C09B8E. Grayscale: #5A5A5A. Windows color (decimal): -12622735 or 7431231. OLE color: 7431231.

HSL color Cylindrical-coordinate representation of color #3F6471: hue angle of 195.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F6471 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 100 113 -
CMYK 0.44 0.12 0 0.56
HSL 195.6º 0.28% 0.35% -
HSV(B) 195.6º 0.44% 0.44% -
XYZ 9.59 11.36 17.31 -
YUV 90.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 63 100 113 0.44 0.12 0 0.56 195.6 0.28 0.35
Hex 3F 64 71 2C C 0 38 C4 1C 23
Octal 77 144 161 54 14 0 70 304 34 43
Binary 111111 1100100 1110001 101100 1100 0 111000 11000100 11100 100011

Color Harmonies of #3F6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6471

Black with #3F6471

Text Example


Text Example

White with #3F6471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,113); }

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

background-color css

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

 a { background-color: rgb(63,100,113); }

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

border-color css

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

 span { border-color: rgb(63,100,113); }

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