#3A6773

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

Shades of Bismark #3A6773

Tints of Bismark #3A6773

Color information

#3A6773 (or 0x3A6773) is unknown color: approx Bismark. HEX triplet: 3A, 67 and 73. RGB value is (58,103,115). Sum of RGB (Red+Green+Blue) = 58+103+115=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6773 is #C5988C. Grayscale: #5A5A5A. Windows color (decimal): -12949645 or 7563066. OLE color: 7563066.

HSL color Cylindrical-coordinate representation of color #3A6773: hue angle of 192.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6773 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB58103115-
CMYK0.500.1000.55
HSL192.63º32.95%33.92%-
HSV(B)192.63º49.57%45.1%-
XYZ9.6911.8417.99-
YUV90.91141.59104.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=21.01%
G=37.32%
B=41.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581031150.500.1000.55192.6332.9533.92
Hex3A677332A037c12122
Octal7214716362120673014142
Binary111010110011111100111100101010011011111000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,115); }

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

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

 a { background-color: rgb(58,103,115); }

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

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

 span { border-color: rgb(58,103,115); }

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