Html Css Color HEX #376769 Tax Break

📋 copy color: '#376769'

red 55 ◦ green 103 ◦ blue 105

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

Shades of Tax Break #376769

Tints of Tax Break #376769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

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

R = 20.91%
G = 39.16%
B = 39.92%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376769 (or 0x376769) is known color: Tax Break. HEX triplet: 37, 67 and 69. RGB value is (55,103,105). Sum of RGB (Red+Green+Blue) = 55+103+105=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #376769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376769 is #C89896. Grayscale: #585858. Windows color (decimal): -13146263 or 6907703. OLE color: 6907703.

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

Color convert

RGB 55 103 105 -
CMYK 0.48 0.02 0 0.59
HSL 182.4º 0.31% 0.31% -
HSV(B) 182.4º 0.48% 0.41% -
XYZ 8.98 11.53 15.12 -
YUV 88.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 55 103 105 0.48 0.02 0 0.59 182.4 0.31 0.31
Hex 37 67 69 30 2 0 3B B6 1F 1F
Octal 67 147 151 60 2 0 73 266 37 37
Binary 110111 1100111 1101001 110000 10 0 111011 10110110 11111 11111

Color Harmonies of #376769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376769

Black with #376769

Text Example


Text Example

White with #376769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376769; }

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

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

background-color css

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

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

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

border-color css

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

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

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