Html Css Color HEX #3F6576 Bismark

📋 copy color: '#3F6576'

red 63 ◦ green 101 ◦ blue 118

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

Shades of Bismark #3F6576

Tints of Bismark #3F6576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 22.34%
G = 35.82%
B = 41.84%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F6576 (or 0x3F6576) is known color: Bismark. HEX triplet: 3F, 65 and 76. RGB value is (63,101,118). Sum of RGB (Red+Green+Blue) = 63+101+118=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6576 is #C09A89. Grayscale: #5B5B5B. Windows color (decimal): -12622474 or 7759167. OLE color: 7759167.

HSL color Cylindrical-coordinate representation of color #3F6576: hue angle of 198.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6576 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 101 118 -
CMYK 0.47 0.14 0 0.54
HSL 198.55º 0.3% 0.35% -
HSV(B) 198.55º 0.47% 0.46% -
XYZ 9.97 11.67 18.87 -
YUV 91.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 63 101 118 0.47 0.14 0 0.54 198.55 0.3 0.35
Hex 3F 65 76 2F E 0 36 C7 1E 23
Octal 77 145 166 57 16 0 66 307 36 43
Binary 111111 1100101 1110110 101111 1110 0 110110 11000111 11110 100011

Color Harmonies of #3F6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6576

Black with #3F6576

Text Example


Text Example

White with #3F6576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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