Html Css Color HEX #3F687A Bismark

📋 copy color: '#3F687A'

red 63 ◦ green 104 ◦ blue 122

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

Shades of Bismark #3F687A

Tints of Bismark #3F687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 21.8%
G = 35.99%
B = 42.21%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F687A (or 0x3F687A) is known color: Bismark. HEX triplet: 3F, 68 and 7A. RGB value is (63,104,122). Sum of RGB (Red+Green+Blue) = 63+104+122=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F687A is #C09785. Grayscale: #5D5D5D. Windows color (decimal): -12621702 or 8022079. OLE color: 8022079.

HSL color Cylindrical-coordinate representation of color #3F687A: hue angle of 198.31º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F687A is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 104 122 -
CMYK 0.48 0.15 0 0.52
HSL 198.31º 0.32% 0.36% -
HSV(B) 198.31º 0.48% 0.48% -
XYZ 10.51 12.36 20.24 -
YUV 93.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 63 104 122 0.48 0.15 0 0.52 198.31 0.32 0.36
Hex 3F 68 7A 30 F 0 34 C6 20 24
Octal 77 150 172 60 17 0 64 306 40 44
Binary 111111 1101000 1111010 110000 1111 0 110100 11000110 100000 100100

Color Harmonies of #3F687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F687A

Black with #3F687A

Text Example


Text Example

White with #3F687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,122); }

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

background-color css

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

 a { background-color: rgb(63,104,122); }

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

border-color css

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

 span { border-color: rgb(63,104,122); }

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