#386A78

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

Shades of Bismark #386A78

Tints of Bismark #386A78

Color information

#386A78 (or 0x386A78) is unknown color: approx Bismark. HEX triplet: 38, 6A and 78. RGB value is (56,106,120). Sum of RGB (Red+Green+Blue) = 56+106+120=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #386A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A78 is #C79587. Grayscale: #5C5C5C. Windows color (decimal): -13079944 or 7891512. OLE color: 7891512.

HSL color Cylindrical-coordinate representation of color #386A78: hue angle of 193.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386A78 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56106120-
CMYK0.530.1200.53
HSL193.12º36.36%34.51%-
HSV(B)193.12º53.33%47.06%-
XYZ10.1812.519.65-
YUV92.65143.44101.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=19.86%
G=37.59%
B=42.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561061200.530.1200.53193.1236.3634.51
Hex386A7835C035c12423
Octal7015217065140653014443
Binary111000110101011110001101011100011010111000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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