Html Css Color HEX #375279 St Tropaz

📋 copy color: '#375279'

red 55 ◦ green 82 ◦ blue 121

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

Shades of St Tropaz #375279

Tints of St Tropaz #375279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 21.32%
G = 31.78%
B = 46.9%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375279 (or 0x375279) is known color: St Tropaz. HEX triplet: 37, 52 and 79. RGB value is (55,82,121). Sum of RGB (Red+Green+Blue) = 55+82+121=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #375279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375279 is #C8AD86. Grayscale: #4E4E4E. Windows color (decimal): -13151623 or 7950903. OLE color: 7950903.

HSL color Cylindrical-coordinate representation of color #375279: hue angle of 215.45º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375279 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 82 121 -
CMYK 0.55 0.32 0 0.53
HSL 215.45º 0.38% 0.35% -
HSV(B) 215.45º 0.55% 0.47% -
XYZ 8.04 8.23 19.25 -
YUV 78.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 55 82 121 0.55 0.32 0 0.53 215.45 0.38 0.35
Hex 37 52 79 37 20 0 35 D7 26 23
Octal 67 122 171 67 40 0 65 327 46 43
Binary 110111 1010010 1111001 110111 100000 0 110101 11010111 100110 100011

Color Harmonies of #375279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375279

Black with #375279

Text Example


Text Example

White with #375279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375279; }

 p { color: rgb(55,82,121); }

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

background-color css

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

 a { background-color: rgb(55,82,121); }

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

border-color css

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

 span { border-color: rgb(55,82,121); }

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