#386267

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

Shades of Tax Break #386267

Tints of Tax Break #386267

Color information

#386267 (or 0x386267) is unknown color: approx Tax Break. HEX triplet: 38, 62 and 67. RGB value is (56,98,103). Sum of RGB (Red+Green+Blue) = 56+98+103=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #386267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386267 is #C79D98. Grayscale: #555555. Windows color (decimal): -13082009 or 6775352. OLE color: 6775352.

HSL color Cylindrical-coordinate representation of color #386267: hue angle of 186.38º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386267 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5698103-
CMYK0.460.0500.60
HSL186.38º29.56%31.18%-
HSV(B)186.38º45.63%40.39%-
XYZ8.4510.5614.42-
YUV86.01137.59106.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=21.79%
G=38.13%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56981030.460.0500.60186.3829.5631.18
Hex3862672E503Cba1e1f
Octal701421475650742723637
Binary111000110001011001111011101010111100101110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386267; }

 p { color: rgb(56,98,103); }

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

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

 a { background-color: rgb(56,98,103); }

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

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

 span { border-color: rgb(56,98,103); }

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