#3A6678

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

Shades of Bismark #3A6678

Tints of Bismark #3A6678

Color information

#3A6678 (or 0x3A6678) is unknown color: approx Bismark. HEX triplet: 3A, 66 and 78. RGB value is (58,102,120). Sum of RGB (Red+Green+Blue) = 58+102+120=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6678 is #C59987. Grayscale: #5A5A5A. Windows color (decimal): -12949896 or 7890490. OLE color: 7890490.

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

Color convert

RGB58102120-
CMYK0.520.1500.53
HSL197.42º34.83%34.9%-
HSV(B)197.42º51.67%47.06%-
XYZ9.8911.7619.52-
YUV90.9144.42104.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=20.71%
G=36.43%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581021200.520.1500.53197.4234.8334.9
Hex3A667834F035c52323
Octal7214617064170653054343
Binary111010110011011110001101001111011010111000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,120); }

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

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

 a { background-color: rgb(58,102,120); }

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

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

 span { border-color: rgb(58,102,120); }

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