#386A76

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

Shades of Bismark #386A76

Tints of Bismark #386A76

Color information

#386A76 (or 0x386A76) is unknown color: approx Bismark. HEX triplet: 38, 6A and 76. RGB value is (56,106,118). Sum of RGB (Red+Green+Blue) = 56+106+118=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #386A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A76 is #C79589. Grayscale: #5C5C5C. Windows color (decimal): -13079946 or 7760440. OLE color: 7760440.

HSL color Cylindrical-coordinate representation of color #386A76: hue angle of 191.61º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386A76 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56106118-
CMYK0.530.1000.54
HSL191.61º35.63%34.12%-
HSV(B)191.61º52.54%46.27%-
XYZ10.0512.4619.01-
YUV92.42142.44102.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=20%
G=37.86%
B=42.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561061180.530.1000.54191.6135.6334.12
Hex386A7635A036c02422
Octal7015216665120663004442
Binary111000110101011101101101011010011011011000000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A76; }

 p { color: rgb(56,106,118); }

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

<style>
 a { background-color: #386A76; }

 a { background-color: rgb(56,106,118); }

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

<style>
 span { border-color: #386A76; }

 span { border-color: rgb(56,106,118); }

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