Html Css Color HEX #3B687D Bismark

📋 copy color: '#3B687D'

red 59 ◦ green 104 ◦ blue 125

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

Shades of Bismark #3B687D

Tints of Bismark #3B687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 20.49%
G = 36.11%
B = 43.4%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B687D (or 0x3B687D) is known color: Bismark. HEX triplet: 3B, 68 and 7D. RGB value is (59,104,125). Sum of RGB (Red+Green+Blue) = 59+104+125=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B687D is #C49782. Grayscale: #5C5C5C. Windows color (decimal): -12883843 or 8218683. OLE color: 8218683.

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

Color convert

RGB 59 104 125 -
CMYK 0.53 0.17 0 0.51
HSL 199.09º 0.36% 0.36% -
HSV(B) 199.09º 0.53% 0.49% -
XYZ 10.46 12.31 21.23 -
YUV 92.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 59 104 125 0.53 0.17 0 0.51 199.09 0.36 0.36
Hex 3B 68 7D 35 11 0 33 C7 24 24
Octal 73 150 175 65 21 0 63 307 44 44
Binary 111011 1101000 1111101 110101 10001 0 110011 11000111 100100 100100

Color Harmonies of #3B687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B687D

Black with #3B687D

Text Example


Text Example

White with #3B687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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