#3F6369

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

Shades of Tax Break #3F6369

Tints of Tax Break #3F6369

Color information

#3F6369 (or 0x3F6369) is unknown color: approx Tax Break. HEX triplet: 3F, 63 and 69. RGB value is (63,99,105). Sum of RGB (Red+Green+Blue) = 63+99+105=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6369 is #C09C96. Grayscale: #585858. Windows color (decimal): -12622999 or 6906687. OLE color: 6906687.

HSL color Cylindrical-coordinate representation of color #3F6369: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6369 is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6399105-
CMYK0.40.0600.59
HSL188.57º25%32.94%-
HSV(B)188.57º40%41.18%-
XYZ9.061115.01-
YUV88.92137.07109.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=23.60%
G=37.08%
B=39.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63991050.40.0600.59188.572532.94
Hex3F636928603Bbd1921
Octal771431515060732753141
Binary1111111100011110100110100011001110111011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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