Html Css Color HEX #3F6475 Bismark

📋 copy color: '#3F6475'

red 63 ◦ green 100 ◦ blue 117

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

Shades of Bismark #3F6475

Tints of Bismark #3F6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 22.5%
G = 35.71%
B = 41.79%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F6475 (or 0x3F6475) is known color: Bismark. HEX triplet: 3F, 64 and 75. RGB value is (63,100,117). Sum of RGB (Red+Green+Blue) = 63+100+117=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6475 is #C09B8A. Grayscale: #5A5A5A. Windows color (decimal): -12622731 or 7693375. OLE color: 7693375.

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

Color convert

RGB 63 100 117 -
CMYK 0.46 0.15 0 0.54
HSL 198.89º 0.3% 0.35% -
HSV(B) 198.89º 0.46% 0.46% -
XYZ 9.82 11.46 18.52 -
YUV 90.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 63 100 117 0.46 0.15 0 0.54 198.89 0.3 0.35
Hex 3F 64 75 2E F 0 36 C7 1E 23
Octal 77 144 165 56 17 0 66 307 36 43
Binary 111111 1100100 1110101 101110 1111 0 110110 11000111 11110 100011

Color Harmonies of #3F6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6475

Black with #3F6475

Text Example


Text Example

White with #3F6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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