#386366

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

Shades of Tax Break #386366

Tints of Tax Break #386366

Color information

#386366 (or 0x386366) is unknown color: approx Tax Break. HEX triplet: 38, 63 and 66. RGB value is (56,99,102). Sum of RGB (Red+Green+Blue) = 56+99+102=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #386366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386366 is #C79C99. Grayscale: #565656. Windows color (decimal): -13081754 or 6710072. OLE color: 6710072.

HSL color Cylindrical-coordinate representation of color #386366: hue angle of 183.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386366 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5699102-
CMYK0.450.0300.6
HSL183.91º29.11%30.98%-
HSV(B)183.91º45.1%40%-
XYZ8.4910.7214.19-
YUV86.48136.75106.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=21.79%
G=38.52%
B=39.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56991020.450.0300.6183.9129.1130.98
Hex3863662D303Cb81d1f
Octal701431465530742703537
Binary11100011000111100110101101110111100101110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386366; }

 p { color: rgb(56,99,102); }

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

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

 a { background-color: rgb(56,99,102); }

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

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

 span { border-color: rgb(56,99,102); }

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