#40657D

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

Shades of Bismark #40657D

Tints of Bismark #40657D

Color information

#40657D (or 0x40657D) is unknown color: approx Bismark. HEX triplet: 40, 65 and 7D. RGB value is (64,101,125). Sum of RGB (Red+Green+Blue) = 64+101+125=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #40657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40657D is #BF9A82. Grayscale: #5C5C5C. Windows color (decimal): -12556931 or 8217920. OLE color: 8217920.

HSL color Cylindrical-coordinate representation of color #40657D: hue angle of 203.61º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40657D is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB64101125-
CMYK0.490.1900.51
HSL203.61º32.28%37.06%-
HSV(B)203.61º48.8%49.02%-
XYZ10.4711.8821.14-
YUV92.67146.24107.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=22.07%
G=34.83%
B=43.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641011250.490.1900.51203.6132.2837.06
Hex40657D3113033cc2025
Octal10014517561230633144045
Binary10000001100101111110111000110011011001111001100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40657D; }

 p { color: rgb(64,101,125); }

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

<style>
 a { background-color: #40657D; }

 a { background-color: rgb(64,101,125); }

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

<style>
 span { border-color: #40657D; }

 span { border-color: rgb(64,101,125); }

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