#386469

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

Shades of Tax Break #386469

Tints of Tax Break #386469

Color information

#386469 (or 0x386469) is unknown color: approx Tax Break. HEX triplet: 38, 64 and 69. RGB value is (56,100,105). Sum of RGB (Red+Green+Blue) = 56+100+105=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #386469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386469 is #C79B96. Grayscale: #575757. Windows color (decimal): -13081495 or 6906936. OLE color: 6906936.

HSL color Cylindrical-coordinate representation of color #386469: hue angle of 186.12º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386469 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB56100105-
CMYK0.470.0500.59
HSL186.12º30.43%31.57%-
HSV(B)186.12º46.67%41.18%-
XYZ8.7410.9815.02-
YUV87.41137.92105.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=21.46%
G=38.31%
B=40.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal561001050.470.0500.59186.1230.4331.57
Hex3864692F503Bba1e20
Octal701441515750732723640
Binary1110001100100110100110111110101110111011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386469; }

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

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

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

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

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

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

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

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