Html Css Color HEX #3F6274 Bismark

📋 copy color: '#3F6274'

red 63 ◦ green 98 ◦ blue 116

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

Shades of Bismark #3F6274

Tints of Bismark #3F6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 22.74%
G = 35.38%
B = 41.88%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F6274 (or 0x3F6274) is known color: Bismark. HEX triplet: 3F, 62 and 74. RGB value is (63,98,116). Sum of RGB (Red+Green+Blue) = 63+98+116=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6274 is #C09D8B. Grayscale: #595959. Windows color (decimal): -12623244 or 7627327. OLE color: 7627327.

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

Color convert

RGB 63 98 116 -
CMYK 0.46 0.16 0 0.55
HSL 200.38º 0.3% 0.35% -
HSV(B) 200.38º 0.46% 0.45% -
XYZ 9.57 11.05 18.15 -
YUV 89.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 63 98 116 0.46 0.16 0 0.55 200.38 0.3 0.35
Hex 3F 62 74 2E 10 0 37 C8 1E 23
Octal 77 142 164 56 20 0 67 310 36 43
Binary 111111 1100010 1110100 101110 10000 0 110111 11001000 11110 100011

Color Harmonies of #3F6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6274

Black with #3F6274

Text Example


Text Example

White with #3F6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,116); }

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

background-color css

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

 a { background-color: rgb(63,98,116); }

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

border-color css

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

 span { border-color: rgb(63,98,116); }

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