Html Css Color HEX #376268 Tax Break

📋 copy color: '#376268'

red 55 ◦ green 98 ◦ blue 104

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

Shades of Tax Break #376268

Tints of Tax Break #376268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 21.4%
G = 38.13%
B = 40.47%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#376268 (or 0x376268) is known color: Tax Break. HEX triplet: 37, 62 and 68. RGB value is (55,98,104). Sum of RGB (Red+Green+Blue) = 55+98+104=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 98 (38.67% from 255 or 38.13% 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 #376268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376268 is #C89D97. Grayscale: #555555. Windows color (decimal): -13147544 or 6840887. OLE color: 6840887.

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

Color convert

RGB 55 98 104 -
CMYK 0.47 0.06 0 0.59
HSL 187.35º 0.31% 0.31% -
HSV(B) 187.35º 0.47% 0.41% -
XYZ 8.44 10.55 14.69 -
YUV 85.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 55 98 104 0.47 0.06 0 0.59 187.35 0.31 0.31
Hex 37 62 68 2F 6 0 3B BB 1F 1F
Octal 67 142 150 57 6 0 73 273 37 37
Binary 110111 1100010 1101000 101111 110 0 111011 10111011 11111 11111

Color Harmonies of #376268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376268

Black with #376268

Text Example


Text Example

White with #376268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376268; }

 p { color: rgb(55,98,104); }

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

background-color css

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

 a { background-color: rgb(55,98,104); }

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

border-color css

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

 span { border-color: rgb(55,98,104); }

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