#3D667B

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

Shades of Bismark #3D667B

Tints of Bismark #3D667B

Color information

#3D667B (or 0x3D667B) is unknown color: approx Bismark. HEX triplet: 3D, 66 and 7B. RGB value is (61,102,123). Sum of RGB (Red+Green+Blue) = 61+102+123=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D667B is #C29984. Grayscale: #5C5C5C. Windows color (decimal): -12753285 or 8087101. OLE color: 8087101.

HSL color Cylindrical-coordinate representation of color #3D667B: hue angle of 200.32º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D667B is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB61102123-
CMYK0.500.1700.52
HSL200.32º33.7%36.08%-
HSV(B)200.32º50.41%48.24%-
XYZ10.2511.9220.5-
YUV92.14145.42105.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=21.33%
G=35.66%
B=43.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611021230.500.1700.52200.3233.736.08
Hex3D667B3211034c82224
Octal7514617362210643104244
Binary1111011100110111101111001010001011010011001000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,123); }

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

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

 a { background-color: rgb(61,102,123); }

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

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

 span { border-color: rgb(61,102,123); }

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