#3A687C

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

Shades of Bismark #3A687C

Tints of Bismark #3A687C

Color information

#3A687C (or 0x3A687C) is unknown color: approx Bismark. HEX triplet: 3A, 68 and 7C. RGB value is (58,104,124). Sum of RGB (Red+Green+Blue) = 58+104+124=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A687C is #C59783. Grayscale: #5C5C5C. Windows color (decimal): -12949380 or 8153146. OLE color: 8153146.

HSL color Cylindrical-coordinate representation of color #3A687C: hue angle of 198.18º 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 #3A687C is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB58104124-
CMYK0.530.1600.51
HSL198.18º36.26%35.69%-
HSV(B)198.18º53.23%48.63%-
XYZ10.3312.2620.89-
YUV92.53145.76103.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=20.28%
G=36.36%
B=43.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581041240.530.1600.51198.1836.2635.69
Hex3A687C3510033c62424
Octal7215017465200633064444
Binary1110101101000111110011010110000011001111000110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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