#3E667D

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

Shades of Bismark #3E667D

Tints of Bismark #3E667D

Color information

#3E667D (or 0x3E667D) is unknown color: approx Bismark. HEX triplet: 3E, 66 and 7D. RGB value is (62,102,125). Sum of RGB (Red+Green+Blue) = 62+102+125=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E667D is #C19982. Grayscale: #5C5C5C. Windows color (decimal): -12687747 or 8218174. OLE color: 8218174.

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

Color convert

RGB62102125-
CMYK0.500.1800.51
HSL201.9º33.69%36.67%-
HSV(B)201.9º50.4%49.02%-
XYZ10.4412.0121.17-
YUV92.66146.25106.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=21.45%
G=35.29%
B=43.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621021250.500.1800.51201.933.6936.67
Hex3E667D3212033ca2225
Octal7614617562220633124245
Binary1111101100110111110111001010010011001111001010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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