#3E6A75

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

Shades of Bismark #3E6A75

Tints of Bismark #3E6A75

Color information

#3E6A75 (or 0x3E6A75) is unknown color: approx Bismark. HEX triplet: 3E, 6A and 75. RGB value is (62,106,117). Sum of RGB (Red+Green+Blue) = 62+106+117=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E6A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A75 is #C1958A. Grayscale: #5E5E5E. Windows color (decimal): -12686731 or 7694910. OLE color: 7694910.

HSL color Cylindrical-coordinate representation of color #3E6A75: hue angle of 192º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6A75 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB62106117-
CMYK0.470.0900.54
HSL192º30.73%35.1%-
HSV(B)192º47.01%45.88%-
XYZ10.3512.6218.72-
YUV94.1140.92105.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=21.75%
G=37.19%
B=41.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621061170.470.0900.5419230.7335.1
Hex3E6A752F9036c01f23
Octal7615216557110663003743
Binary11111011010101110101101111100101101101100000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,106,117); }

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

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

 a { background-color: rgb(62,106,117); }

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

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

 span { border-color: rgb(62,106,117); }

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