#3F6367

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

Shades of Tax Break #3F6367

Tints of Tax Break #3F6367

Color information

#3F6367 (or 0x3F6367) is unknown color: approx Tax Break. HEX triplet: 3F, 63 and 67. RGB value is (63,99,103). Sum of RGB (Red+Green+Blue) = 63+99+103=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F6367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6367 is #C09C98. Grayscale: #585858. Windows color (decimal): -12623001 or 6775615. OLE color: 6775615.

HSL color Cylindrical-coordinate representation of color #3F6367: hue angle of 186º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6367 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6399103-
CMYK0.390.0400.60
HSL186º24.1%32.55%-
HSV(B)186º38.83%40.39%-
XYZ8.9610.9614.48-
YUV88.69136.07109.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=23.77%
G=37.36%
B=38.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63991030.390.0400.6018624.132.55
Hex3F636727403Cba1821
Octal771431474740742723041
Binary1111111100011110011110011110001111001011101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6367; }

 p { color: rgb(63,99,103); }

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

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

 a { background-color: rgb(63,99,103); }

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

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

 span { border-color: rgb(63,99,103); }

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