Html Css Color HEX #396368 Tax Break

📋 copy color: '#396368'

red 57 ◦ green 99 ◦ blue 104

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

Shades of Tax Break #396368

Tints of Tax Break #396368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 21.92%
G = 38.08%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#396368 (or 0x396368) is known color: Tax Break. HEX triplet: 39, 63 and 68. RGB value is (57,99,104). Sum of RGB (Red+Green+Blue) = 57+99+104=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #396368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396368 is #C69C97. Grayscale: #565656. Windows color (decimal): -13016216 or 6841145. OLE color: 6841145.

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

Color convert

RGB 57 99 104 -
CMYK 0.45 0.05 0 0.59
HSL 186.38º 0.29% 0.32% -
HSV(B) 186.38º 0.45% 0.41% -
XYZ 8.65 10.79 14.72 -
YUV 87.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 57 99 104 0.45 0.05 0 0.59 186.38 0.29 0.32
Hex 39 63 68 2D 5 0 3B BA 1D 20
Octal 71 143 150 55 5 0 73 272 35 40
Binary 111001 1100011 1101000 101101 101 0 111011 10111010 11101 100000

Color Harmonies of #396368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396368

Black with #396368

Text Example


Text Example

White with #396368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396368; }

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

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

background-color css

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

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

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

border-color css

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

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

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