#366368

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

Shades of Tax Break #366368

Tints of Tax Break #366368

Color information

#366368 (or 0x366368) is unknown color: approx Tax Break. HEX triplet: 36, 63 and 68. RGB value is (54,99,104). Sum of RGB (Red+Green+Blue) = 54+99+104=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #366368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366368 is #C99C97. Grayscale: #565656. Windows color (decimal): -13212824 or 6841142. OLE color: 6841142.

HSL color Cylindrical-coordinate representation of color #366368: hue angle of 186º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366368 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5499104-
CMYK0.480.0500.59
HSL186º31.65%30.98%-
HSV(B)186º48.08%40.78%-
XYZ8.4810.7114.72-
YUV86.12138.09105.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=21.01%
G=38.52%
B=40.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54991040.480.0500.5918631.6530.98
Hex36636830503Bba201f
Octal661431506050732724037
Binary1101101100011110100011000010101110111011101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366368; }

 p { color: rgb(54,99,104); }

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

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

 a { background-color: rgb(54,99,104); }

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

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

 span { border-color: rgb(54,99,104); }

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