#386D7A

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

Shades of Bismark #386D7A

Tints of Bismark #386D7A

Color information

#386D7A (or 0x386D7A) is unknown color: approx Bismark. HEX triplet: 38, 6D and 7A. RGB value is (56,109,122). Sum of RGB (Red+Green+Blue) = 56+109+122=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #386D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D7A is #C79285. Grayscale: #5E5E5E. Windows color (decimal): -13079174 or 8023352. OLE color: 8023352.

HSL color Cylindrical-coordinate representation of color #386D7A: hue angle of 191.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386D7A is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56109122-
CMYK0.540.1100.52
HSL191.82º37.08%34.9%-
HSV(B)191.82º54.1%47.84%-
XYZ10.6113.1820.4-
YUV94.64143.44100.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=19.51%
G=37.98%
B=42.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561091220.540.1100.52191.8237.0834.9
Hex386D7A36B034c02523
Octal7015517266130643004543
Binary111000110110111110101101101011011010011000000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,122); }

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

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

 a { background-color: rgb(56,109,122); }

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

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

 span { border-color: rgb(56,109,122); }

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