Html Css Color HEX #3F6371 Bismark

📋 copy color: '#3F6371'

red 63 ◦ green 99 ◦ blue 113

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

Shades of Bismark #3F6371

Tints of Bismark #3F6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 22.91%
G = 36%
B = 41.09%

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

#3F6371 (or 0x3F6371) is known color: Bismark. HEX triplet: 3F, 63 and 71. RGB value is (63,99,113). Sum of RGB (Red+Green+Blue) = 63+99+113=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6371 is #C09C8E. Grayscale: #595959. Windows color (decimal): -12622991 or 7430975. OLE color: 7430975.

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

Color convert

RGB 63 99 113 -
CMYK 0.44 0.12 0 0.56
HSL 196.8º 0.28% 0.35% -
HSV(B) 196.8º 0.44% 0.44% -
XYZ 9.49 11.17 17.28 -
YUV 89.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 63 99 113 0.44 0.12 0 0.56 196.8 0.28 0.35
Hex 3F 63 71 2C C 0 38 C5 1C 23
Octal 77 143 161 54 14 0 70 305 34 43
Binary 111111 1100011 1110001 101100 1100 0 111000 11000101 11100 100011

Color Harmonies of #3F6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6371

Black with #3F6371

Text Example


Text Example

White with #3F6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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