#386871

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

Shades of Tax Break #386871

Tints of Tax Break #386871

Color information

#386871 (or 0x386871) is unknown color: approx Tax Break. HEX triplet: 38, 68 and 71. RGB value is (56,104,113). Sum of RGB (Red+Green+Blue) = 56+104+113=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #386871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386871 is #C7978E. Grayscale: #5A5A5A. Windows color (decimal): -13080463 or 7432248. OLE color: 7432248.

HSL color Cylindrical-coordinate representation of color #386871: hue angle of 189.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386871 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56104113-
CMYK0.500.0800.56
HSL189.47º33.73%33.14%-
HSV(B)189.47º50.44%44.31%-
XYZ9.5611.9317.42-
YUV90.67140.6103.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=20.51%
G=38.10%
B=41.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561041130.500.0800.56189.4733.7333.14
Hex386871328038bd2221
Octal7015016162100702754241
Binary111000110100011100011100101000011100010111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386871; }

 p { color: rgb(56,104,113); }

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

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

 a { background-color: rgb(56,104,113); }

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

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

 span { border-color: rgb(56,104,113); }

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