#3E6768

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

Shades of Tax Break #3E6768

Tints of Tax Break #3E6768

Color information

#3E6768 (or 0x3E6768) is unknown color: approx Tax Break. HEX triplet: 3E, 67 and 68. RGB value is (62,103,104). Sum of RGB (Red+Green+Blue) = 62+103+104=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E6768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6768 is #C19897. Grayscale: #5A5A5A. Windows color (decimal): -12687512 or 6842174. OLE color: 6842174.

HSL color Cylindrical-coordinate representation of color #3E6768: hue angle of 181.43º 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 #3E6768 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB62103104-
CMYK0.400.0100.59
HSL181.43º25.3%32.55%-
HSV(B)181.43º40.38%40.78%-
XYZ9.3411.7214.87-
YUV90.85135.42107.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=23.05%
G=38.29%
B=38.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal621031040.400.0100.59181.4325.332.55
Hex3E676828103Bb51921
Octal761471505010732653141
Binary11111011001111101000101000101110111011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,104); }

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

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

 a { background-color: rgb(62,103,104); }

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

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

 span { border-color: rgb(62,103,104); }

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