Html Css Color HEX #3F6472 Bismark

📋 copy color: '#3F6472'

red 63 ◦ green 100 ◦ blue 114

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

Shades of Bismark #3F6472

Tints of Bismark #3F6472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 22.74%
G = 36.1%
B = 41.16%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F6472 (or 0x3F6472) is known color: Bismark. HEX triplet: 3F, 64 and 72. RGB value is (63,100,114). Sum of RGB (Red+Green+Blue) = 63+100+114=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6472 is #C09B8D. Grayscale: #5A5A5A. Windows color (decimal): -12622734 or 7496767. OLE color: 7496767.

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

Color convert

RGB 63 100 114 -
CMYK 0.45 0.12 0 0.55
HSL 196.47º 0.29% 0.35% -
HSV(B) 196.47º 0.45% 0.45% -
XYZ 9.64 11.39 17.61 -
YUV 90.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 63 100 114 0.45 0.12 0 0.55 196.47 0.29 0.35
Hex 3F 64 72 2D C 0 37 C4 1D 23
Octal 77 144 162 55 14 0 67 304 35 43
Binary 111111 1100100 1110010 101101 1100 0 110111 11000100 11101 100011

Color Harmonies of #3F6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6472

Black with #3F6472

Text Example


Text Example

White with #3F6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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