Html Css Color HEX #3F6D7C Bismark

📋 copy color: '#3F6D7C'

red 63 ◦ green 109 ◦ blue 124

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

Shades of Bismark #3F6D7C

Tints of Bismark #3F6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 21.28%
G = 36.82%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F6D7C (or 0x3F6D7C) is known color: Bismark. HEX triplet: 3F, 6D and 7C. RGB value is (63,109,124). Sum of RGB (Red+Green+Blue) = 63+109+124=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F6D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D7C is #C09283. Grayscale: #606060. Windows color (decimal): -12620420 or 8154431. OLE color: 8154431.

HSL color Cylindrical-coordinate representation of color #3F6D7C: hue angle of 194.75º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F6D7C is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 63 109 124 -
CMYK 0.49 0.12 0 0.51
HSL 194.75º 0.33% 0.37% -
HSV(B) 194.75º 0.49% 0.49% -
XYZ 11.16 13.45 21.08 -
YUV 96.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 63 109 124 0.49 0.12 0 0.51 194.75 0.33 0.37
Hex 3F 6D 7C 31 C 0 33 C3 21 25
Octal 77 155 174 61 14 0 63 303 41 45
Binary 111111 1101101 1111100 110001 1100 0 110011 11000011 100001 100101

Color Harmonies of #3F6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6D7C

Black with #3F6D7C

Text Example


Text Example

White with #3F6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,109,124); }

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

background-color css

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

 a { background-color: rgb(63,109,124); }

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

border-color css

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

 span { border-color: rgb(63,109,124); }

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