#386976

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

Shades of Bismark #386976

Tints of Bismark #386976

Color information

#386976 (or 0x386976) is unknown color: approx Bismark. HEX triplet: 38, 69 and 76. RGB value is (56,105,118). Sum of RGB (Red+Green+Blue) = 56+105+118=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #386976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386976 is #C79689. Grayscale: #5B5B5B. Windows color (decimal): -13080202 or 7760184. OLE color: 7760184.

HSL color Cylindrical-coordinate representation of color #386976: hue angle of 192.58º 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 #386976 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56105118-
CMYK0.530.1100.54
HSL192.58º35.63%34.12%-
HSV(B)192.58º52.54%46.27%-
XYZ9.9512.2518.98-
YUV91.83142.77102.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=20.07%
G=37.63%
B=42.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561051180.530.1100.54192.5835.6334.12
Hex38697635B036c12422
Octal7015116665130663014442
Binary111000110100111101101101011011011011011000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386976; }

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

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

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

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

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

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

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

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