Html Css Color HEX #375178 St Tropaz

📋 copy color: '#375178'

red 55 ◦ green 81 ◦ blue 120

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

Shades of St Tropaz #375178

Tints of St Tropaz #375178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 21.48%
G = 31.64%
B = 46.88%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375178 (or 0x375178) is known color: St Tropaz. HEX triplet: 37, 51 and 78. RGB value is (55,81,120). Sum of RGB (Red+Green+Blue) = 55+81+120=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #375178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375178 is #C8AE87. Grayscale: #4D4D4D. Windows color (decimal): -13151880 or 7885111. OLE color: 7885111.

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

Color convert

RGB 55 81 120 -
CMYK 0.54 0.32 0 0.53
HSL 216º 0.37% 0.34% -
HSV(B) 216º 0.54% 0.47% -
XYZ 7.91 8.05 18.91 -
YUV 77.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 55 81 120 0.54 0.32 0 0.53 216 0.37 0.34
Hex 37 51 78 36 20 0 35 D8 25 22
Octal 67 121 170 66 40 0 65 330 45 42
Binary 110111 1010001 1111000 110110 100000 0 110101 11011000 100101 100010

Color Harmonies of #375178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375178

Black with #375178

Text Example


Text Example

White with #375178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375178; }

 p { color: rgb(55,81,120); }

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

background-color css

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

 a { background-color: rgb(55,81,120); }

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

border-color css

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

 span { border-color: rgb(55,81,120); }

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