#3E6B77

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

Shades of Bismark #3E6B77

Tints of Bismark #3E6B77

Color information

#3E6B77 (or 0x3E6B77) is unknown color: approx Bismark. HEX triplet: 3E, 6B and 77. RGB value is (62,107,119). Sum of RGB (Red+Green+Blue) = 62+107+119=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E6B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B77 is #C19488. Grayscale: #5E5E5E. Windows color (decimal): -12686473 or 7826238. OLE color: 7826238.

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

Color convert

RGB62107119-
CMYK0.480.1000.53
HSL192.63º31.49%35.49%-
HSV(B)192.63º47.9%46.67%-
XYZ10.5712.8719.38-
YUV94.91141.59104.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.53%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=21.53%
G=37.15%
B=41.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621071190.480.1000.53192.6331.4935.49
Hex3E6B7730A035c11f23
Octal7615316760120653013743
Binary11111011010111110111110000101001101011100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,107,119); }

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

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

 a { background-color: rgb(62,107,119); }

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

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

 span { border-color: rgb(62,107,119); }

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