Html Css Color HEX #3F6571 Bismark

📋 copy color: '#3F6571'

red 63 ◦ green 101 ◦ blue 113

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

Shades of Bismark #3F6571

Tints of Bismark #3F6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 22.74%
G = 36.46%
B = 40.79%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F6571 (or 0x3F6571) is known color: Bismark. HEX triplet: 3F, 65 and 71. RGB value is (63,101,113). Sum of RGB (Red+Green+Blue) = 63+101+113=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6571 is #C09A8E. Grayscale: #5A5A5A. Windows color (decimal): -12622479 or 7431487. OLE color: 7431487.

HSL color Cylindrical-coordinate representation of color #3F6571: hue angle of 194.4º 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 #3F6571 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 101 113 -
CMYK 0.44 0.11 0 0.56
HSL 194.4º 0.28% 0.35% -
HSV(B) 194.4º 0.44% 0.44% -
XYZ 9.68 11.56 17.34 -
YUV 91.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 63 101 113 0.44 0.11 0 0.56 194.4 0.28 0.35
Hex 3F 65 71 2C B 0 38 C2 1C 23
Octal 77 145 161 54 13 0 70 302 34 43
Binary 111111 1100101 1110001 101100 1011 0 111000 11000010 11100 100011

Color Harmonies of #3F6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6571

Black with #3F6571

Text Example


Text Example

White with #3F6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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