#3A687B

Color #3A687B Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #3A687B

Tints of Bismark #3A687B

Color information

#3A687B (or 0x3A687B) is unknown color: approx Bismark. HEX triplet: 3A, 68 and 7B. RGB value is (58,104,123). Sum of RGB (Red+Green+Blue) = 58+104+123=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A687B is #C59784. Grayscale: #5C5C5C. Windows color (decimal): -12949381 or 8087610. OLE color: 8087610.

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

Color convert

RGB58104123-
CMYK0.530.1500.52
HSL197.54º35.91%35.49%-
HSV(B)197.54º52.85%48.24%-
XYZ10.2712.2320.56-
YUV92.41145.26103.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=20.35%
G=36.49%
B=43.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581041230.530.1500.52197.5435.9135.49
Hex3A687B35F034c62423
Octal7215017365170643064443
Binary111010110100011110111101011111011010011000110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,123); }

 H1.HeaderClassName
 {
   color: #3A687B;
 }
 .AnyTagClassName
 {
   color: #3A687B;
 }
</style>
background-color css

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

 a { background-color: rgb(58,104,123); }

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

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

 span { border-color: rgb(58,104,123); }

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