#3E707D

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

Shades of Bismark #3E707D

Tints of Bismark #3E707D

Color information

#3E707D (or 0x3E707D) is unknown color: approx Bismark. HEX triplet: 3E, 70 and 7D. RGB value is (62,112,125). Sum of RGB (Red+Green+Blue) = 62+112+125=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E707D is #C18F82. Grayscale: #626262. Windows color (decimal): -12685187 or 8220734. OLE color: 8220734.

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

Color convert

RGB62112125-
CMYK0.500.1000.51
HSL192.38º33.69%36.67%-
HSV(B)192.38º50.4%49.02%-
XYZ11.4814.0921.52-
YUV98.53142.94101.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=20.74%
G=37.46%
B=41.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621121250.500.1000.51192.3833.6936.67
Hex3E707D32A033c02225
Octal7616017562120633004245
Binary111110111000011111011100101010011001111000000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,125); }

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

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

 a { background-color: rgb(62,112,125); }

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

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

 span { border-color: rgb(62,112,125); }

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