Html Css Color HEX #3F707D Bismark

📋 copy color: '#3F707D'

red 63 ◦ green 112 ◦ blue 125

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

Shades of Bismark #3F707D

Tints of Bismark #3F707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 21%
G = 37.33%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F707D (or 0x3F707D) is known color: Bismark. HEX triplet: 3F, 70 and 7D. RGB value is (63,112,125). Sum of RGB (Red+Green+Blue) = 63+112+125=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F707D is #C08F82. Grayscale: #626262. Windows color (decimal): -12619651 or 8220735. OLE color: 8220735.

HSL color Cylindrical-coordinate representation of color #3F707D: hue angle of 192.58º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F707D is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 112 125 -
CMYK 0.50 0.10 0 0.51
HSL 192.58º 0.33% 0.37% -
HSV(B) 192.58º 0.5% 0.49% -
XYZ 11.55 14.13 21.52 -
YUV 98.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 63 112 125 0.50 0.10 0 0.51 192.58 0.33 0.37
Hex 3F 70 7D 32 A 0 33 C1 21 25
Octal 77 160 175 62 12 0 63 301 41 45
Binary 111111 1110000 1111101 110010 1010 0 110011 11000001 100001 100101

Color Harmonies of #3F707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F707D

Black with #3F707D

Text Example


Text Example

White with #3F707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,125); }

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

background-color css

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

 a { background-color: rgb(63,112,125); }

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

border-color css

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

 span { border-color: rgb(63,112,125); }

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