Html Css Color HEX #396063 Tax Break

📋 copy color: '#396063'

red 57 ◦ green 96 ◦ blue 99

#396063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #396063

Tints of Tax Break #396063

RGB

 RED value IS 57 (22.66% from 255) = 22.62%

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 22.62%
G = 38.1%
B = 39.29%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#396063 (or 0x396063) is known color: Tax Break. HEX triplet: 39, 60 and 63. RGB value is (57,96,99). Sum of RGB (Red+Green+Blue) = 57+96+99=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #396063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396063 is #C69F9C. Grayscale: #545454. Windows color (decimal): -13016989 or 6512697. OLE color: 6512697.

HSL color Cylindrical-coordinate representation of color #396063: hue angle of 184.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396063 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 96 99 -
CMYK 0.42 0.03 0 0.61
HSL 184.29º 0.27% 0.31% -
HSV(B) 184.29º 0.42% 0.39% -
XYZ 8.12 10.14 13.33 -
YUV 84.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 57 96 99 0.42 0.03 0 0.61 184.29 0.27 0.31
Hex 39 60 63 2A 3 0 3D B8 1B 1F
Octal 71 140 143 52 3 0 75 270 33 37
Binary 111001 1100000 1100011 101010 11 0 111101 10111000 11011 11111

Color Harmonies of #396063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396063

Black with #396063

Text Example


Text Example

White with #396063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396063; }

 p { color: rgb(57,96,99); }

 H1.HeaderClassName
 {
   color: #396063;
 }
 .AnyTagClassName
 {
   color: #396063;
 }
</style>

background-color css

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

 a { background-color: rgb(57,96,99); }

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

border-color css

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

 span { border-color: rgb(57,96,99); }

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