#3A6D7B

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

Shades of Bismark #3A6D7B

Tints of Bismark #3A6D7B

Color information

#3A6D7B (or 0x3A6D7B) is unknown color: approx Bismark. HEX triplet: 3A, 6D and 7B. RGB value is (58,109,123). Sum of RGB (Red+Green+Blue) = 58+109+123=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A6D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D7B is #C59284. Grayscale: #5F5F5F. Windows color (decimal): -12948101 or 8088890. OLE color: 8088890.

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

Color convert

RGB58109123-
CMYK0.530.1100.52
HSL192.92º35.91%35.49%-
HSV(B)192.92º52.85%48.24%-
XYZ10.7913.2720.73-
YUV95.35143.6101.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=20%
G=37.59%
B=42.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal581091230.530.1100.52192.9235.9135.49
Hex3A6D7B35B034c12423
Octal7215517365130643014443
Binary111010110110111110111101011011011010011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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