Html Css Color HEX #376369 Tax Break

📋 copy color: '#376369'

red 55 ◦ green 99 ◦ blue 105

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

Shades of Tax Break #376369

Tints of Tax Break #376369

RGB

 RED value IS 55 (21.88% from 255) = 21.24%

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 21.24%
G = 38.22%
B = 40.54%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376369 (or 0x376369) is known color: Tax Break. HEX triplet: 37, 63 and 69. RGB value is (55,99,105). Sum of RGB (Red+Green+Blue) = 55+99+105=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #376369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376369 is #C89C96. Grayscale: #565656. Windows color (decimal): -13147287 or 6906679. OLE color: 6906679.

HSL color Cylindrical-coordinate representation of color #376369: hue angle of 187.2º degrees, saturation: 0.31, 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 #376369 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 99 105 -
CMYK 0.48 0.06 0 0.59
HSL 187.2º 0.31% 0.31% -
HSV(B) 187.2º 0.48% 0.41% -
XYZ 8.59 10.76 14.99 -
YUV 86.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 55 99 105 0.48 0.06 0 0.59 187.2 0.31 0.31
Hex 37 63 69 30 6 0 3B BB 1F 1F
Octal 67 143 151 60 6 0 73 273 37 37
Binary 110111 1100011 1101001 110000 110 0 111011 10111011 11111 11111

Color Harmonies of #376369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376369

Black with #376369

Text Example


Text Example

White with #376369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376369; }

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

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

background-color css

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

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

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

border-color css

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

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

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