Html Css Color HEX #3F6473 Bismark

📋 copy color: '#3F6473'

red 63 ◦ green 100 ◦ blue 115

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

Shades of Bismark #3F6473

Tints of Bismark #3F6473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 22.66%
G = 35.97%
B = 41.37%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F6473 (or 0x3F6473) is known color: Bismark. HEX triplet: 3F, 64 and 73. RGB value is (63,100,115). Sum of RGB (Red+Green+Blue) = 63+100+115=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6473 is #C09B8C. Grayscale: #5A5A5A. Windows color (decimal): -12622733 or 7562303. OLE color: 7562303.

HSL color Cylindrical-coordinate representation of color #3F6473: hue angle of 197.31º 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 #3F6473 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 100 115 -
CMYK 0.45 0.13 0 0.55
HSL 197.31º 0.29% 0.35% -
HSV(B) 197.31º 0.45% 0.45% -
XYZ 9.7 11.41 17.91 -
YUV 90.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 63 100 115 0.45 0.13 0 0.55 197.31 0.29 0.35
Hex 3F 64 73 2D D 0 37 C5 1D 23
Octal 77 144 163 55 15 0 67 305 35 43
Binary 111111 1100100 1110011 101101 1101 0 110111 11000101 11101 100011

Color Harmonies of #3F6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6473

Black with #3F6473

Text Example


Text Example

White with #3F6473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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