#3B6E7A

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

Shades of Bismark #3B6E7A

Tints of Bismark #3B6E7A

Color information

#3B6E7A (or 0x3B6E7A) is unknown color: approx Bismark. HEX triplet: 3B, 6E and 7A. RGB value is (59,110,122). Sum of RGB (Red+Green+Blue) = 59+110+122=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B6E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E7A is #C49185. Grayscale: #606060. Windows color (decimal): -12882310 or 8023611. OLE color: 8023611.

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

Color convert

RGB59110122-
CMYK0.520.1000.52
HSL191.43º34.81%35.49%-
HSV(B)191.43º51.64%47.84%-
XYZ10.8913.4920.44-
YUV96.12142.6101.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=20.27%
G=37.80%
B=41.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal591101220.520.1000.52191.4334.8135.49
Hex3B6E7A34A034bf2323
Octal7315617264120642774343
Binary111011110111011110101101001010011010010111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,122); }

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

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

 a { background-color: rgb(59,110,122); }

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

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

 span { border-color: rgb(59,110,122); }

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