#386975

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

Shades of Bismark #386975

Tints of Bismark #386975

Color information

#386975 (or 0x386975) is unknown color: approx Bismark. HEX triplet: 38, 69 and 75. RGB value is (56,105,117). Sum of RGB (Red+Green+Blue) = 56+105+117=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #386975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386975 is #C7968A. Grayscale: #5B5B5B. Windows color (decimal): -13080203 or 7694648. OLE color: 7694648.

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

Color convert

RGB56105117-
CMYK0.520.1000.54
HSL191.8º35.26%33.92%-
HSV(B)191.8º52.14%45.88%-
XYZ9.8912.2318.67-
YUV91.72142.27102.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=20.14%
G=37.77%
B=42.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561051170.520.1000.54191.835.2633.92
Hex38697534A036c02322
Octal7015116564120663004342
Binary111000110100111101011101001010011011011000000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386975; }

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

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

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

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

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

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

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

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