#3A6B7C

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

Shades of Bismark #3A6B7C

Tints of Bismark #3A6B7C

Color information

#3A6B7C (or 0x3A6B7C) is unknown color: approx Bismark. HEX triplet: 3A, 6B and 7C. RGB value is (58,107,124). Sum of RGB (Red+Green+Blue) = 58+107+124=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A6B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B7C is #C59483. Grayscale: #5E5E5E. Windows color (decimal): -12948612 or 8153914. OLE color: 8153914.

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

Color convert

RGB58107124-
CMYK0.530.1400.51
HSL195.45º36.26%35.69%-
HSV(B)195.45º53.23%48.63%-
XYZ10.6412.8720.99-
YUV94.29144.77102.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=20.07%
G=37.02%
B=42.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581071240.530.1400.51195.4536.2635.69
Hex3A6B7C35E033c32424
Octal7215317465160633034444
Binary111010110101111111001101011110011001111000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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