Html Css Color HEX #3F6476 Bismark

📋 copy color: '#3F6476'

red 63 ◦ green 100 ◦ blue 118

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

Shades of Bismark #3F6476

Tints of Bismark #3F6476

RGB

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

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

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

R = 22.42%
G = 35.59%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F6476 (or 0x3F6476) is known color: Bismark. HEX triplet: 3F, 64 and 76. RGB value is (63,100,118). Sum of RGB (Red+Green+Blue) = 63+100+118=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6476 is #C09B89. Grayscale: #5A5A5A. Windows color (decimal): -12622730 or 7758911. OLE color: 7758911.

HSL color Cylindrical-coordinate representation of color #3F6476: hue angle of 199.64º 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 #3F6476 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 100 118 -
CMYK 0.47 0.15 0 0.54
HSL 199.64º 0.3% 0.35% -
HSV(B) 199.64º 0.47% 0.46% -
XYZ 9.88 11.48 18.83 -
YUV 90.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 63 100 118 0.47 0.15 0 0.54 199.64 0.3 0.35
Hex 3F 64 76 2F F 0 36 C8 1E 23
Octal 77 144 166 57 17 0 66 310 36 43
Binary 111111 1100100 1110110 101111 1111 0 110110 11001000 11110 100011

Color Harmonies of #3F6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6476

Black with #3F6476

Text Example


Text Example

White with #3F6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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