Html Css Color HEX #3B687C Bismark

📋 copy color: '#3B687C'

red 59 ◦ green 104 ◦ blue 124

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

Shades of Bismark #3B687C

Tints of Bismark #3B687C

RGB

 RED value IS 59 (23.44% from 255) = 20.56%

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

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

R = 20.56%
G = 36.24%
B = 43.21%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B687C (or 0x3B687C) is known color: Bismark. HEX triplet: 3B, 68 and 7C. RGB value is (59,104,124). Sum of RGB (Red+Green+Blue) = 59+104+124=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B687C is #C49783. Grayscale: #5C5C5C. Windows color (decimal): -12883844 or 8153147. OLE color: 8153147.

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

Color convert

RGB 59 104 124 -
CMYK 0.52 0.16 0 0.51
HSL 198.46º 0.36% 0.36% -
HSV(B) 198.46º 0.52% 0.49% -
XYZ 10.39 12.29 20.89 -
YUV 92.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 59 104 124 0.52 0.16 0 0.51 198.46 0.36 0.36
Hex 3B 68 7C 34 10 0 33 C6 24 24
Octal 73 150 174 64 20 0 63 306 44 44
Binary 111011 1101000 1111100 110100 10000 0 110011 11000110 100100 100100

Color Harmonies of #3B687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B687C

Black with #3B687C

Text Example


Text Example

White with #3B687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,104,124); }

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

background-color css

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

 a { background-color: rgb(59,104,124); }

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

border-color css

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

 span { border-color: rgb(59,104,124); }

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