#3E6B7D

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

Shades of Bismark #3E6B7D

Tints of Bismark #3E6B7D

Color information

#3E6B7D (or 0x3E6B7D) is unknown color: approx Bismark. HEX triplet: 3E, 6B and 7D. RGB value is (62,107,125). Sum of RGB (Red+Green+Blue) = 62+107+125=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E6B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B7D is #C19482. Grayscale: #5F5F5F. Windows color (decimal): -12686467 or 8219454. OLE color: 8219454.

HSL color Cylindrical-coordinate representation of color #3E6B7D: hue angle of 197.14º 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 #3E6B7D is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB62107125-
CMYK0.500.1400.51
HSL197.14º33.69%36.67%-
HSV(B)197.14º50.4%49.02%-
XYZ10.9513.0221.34-
YUV95.6144.59104.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.09%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=21.09%
G=36.39%
B=42.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621071250.500.1400.51197.1433.6936.67
Hex3E6B7D32E033c52225
Octal7615317562160633054245
Binary111110110101111111011100101110011001111000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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