#3A687A

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

Shades of Bismark #3A687A

Tints of Bismark #3A687A

Color information

#3A687A (or 0x3A687A) is unknown color: approx Bismark. HEX triplet: 3A, 68 and 7A. RGB value is (58,104,122). Sum of RGB (Red+Green+Blue) = 58+104+122=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A687A is #C59785. Grayscale: #5C5C5C. Windows color (decimal): -12949382 or 8022074. OLE color: 8022074.

HSL color Cylindrical-coordinate representation of color #3A687A: hue angle of 196.88º degrees, saturation: 0.36, 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 #3A687A is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB58104122-
CMYK0.520.1500.52
HSL196.88º35.56%35.29%-
HSV(B)196.88º52.46%47.84%-
XYZ10.2112.2120.23-
YUV92.3144.76103.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=20.42%
G=36.62%
B=42.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581041220.520.1500.52196.8835.5635.29
Hex3A687A34F034c52423
Octal7215017264170643054443
Binary111010110100011110101101001111011010011000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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