Html Css Color HEX #3B687A Bismark

📋 copy color: '#3B687A'

red 59 ◦ green 104 ◦ blue 122

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

Shades of Bismark #3B687A

Tints of Bismark #3B687A

RGB

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

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

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

R = 20.7%
G = 36.49%
B = 42.81%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B687A (or 0x3B687A) is known color: Bismark. HEX triplet: 3B, 68 and 7A. RGB value is (59,104,122). Sum of RGB (Red+Green+Blue) = 59+104+122=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B687A is #C49785. Grayscale: #5C5C5C. Windows color (decimal): -12883846 or 8022075. OLE color: 8022075.

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

Color convert

RGB 59 104 122 -
CMYK 0.52 0.15 0 0.52
HSL 197.14º 0.35% 0.35% -
HSV(B) 197.14º 0.52% 0.48% -
XYZ 10.27 12.24 20.23 -
YUV 92.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 59 104 122 0.52 0.15 0 0.52 197.14 0.35 0.35
Hex 3B 68 7A 34 F 0 34 C5 23 23
Octal 73 150 172 64 17 0 64 305 43 43
Binary 111011 1101000 1111010 110100 1111 0 110100 11000101 100011 100011

Color Harmonies of #3B687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B687A

Black with #3B687A

Text Example


Text Example

White with #3B687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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