#3A6677

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

Shades of Bismark #3A6677

Tints of Bismark #3A6677

Color information

#3A6677 (or 0x3A6677) is unknown color: approx Bismark. HEX triplet: 3A, 66 and 77. RGB value is (58,102,119). Sum of RGB (Red+Green+Blue) = 58+102+119=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A6677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6677 is #C59988. Grayscale: #5A5A5A. Windows color (decimal): -12949897 or 7824954. OLE color: 7824954.

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

Color convert

RGB58102119-
CMYK0.510.1400.53
HSL196.72º34.46%34.71%-
HSV(B)196.72º51.26%46.67%-
XYZ9.8311.7319.2-
YUV90.78143.92104.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=20.79%
G=36.56%
B=42.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581021190.510.1400.53196.7234.4634.71
Hex3A667733E035c52223
Octal7214616763160653054243
Binary111010110011011101111100111110011010111000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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