Html Css Color HEX #375780 St Tropaz

📋 copy color: '#375780'

red 55 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #375780

Tints of St Tropaz #375780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 20.37%
G = 32.22%
B = 47.41%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375780 (or 0x375780) is known color: St Tropaz. HEX triplet: 37, 57 and 80. RGB value is (55,87,128). Sum of RGB (Red+Green+Blue) = 55+87+128=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #375780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375780 is #C8A87F. Grayscale: #515151. Windows color (decimal): -13150336 or 8410935. OLE color: 8410935.

HSL color Cylindrical-coordinate representation of color #375780: hue angle of 213.7º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375780 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 87 128 -
CMYK 0.57 0.32 0 0.50
HSL 213.7º 0.4% 0.36% -
HSV(B) 213.7º 0.57% 0.5% -
XYZ 8.88 9.19 21.73 -
YUV 82.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 55 87 128 0.57 0.32 0 0.50 213.7 0.4 0.36
Hex 37 57 80 39 20 0 32 D6 28 24
Octal 67 127 200 71 40 0 62 326 50 44
Binary 110111 1010111 10000000 111001 100000 0 110010 11010110 101000 100100

Color Harmonies of #375780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375780

Black with #375780

Text Example


Text Example

White with #375780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375780; }

 p { color: rgb(55,87,128); }

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

background-color css

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

 a { background-color: rgb(55,87,128); }

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

border-color css

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

 span { border-color: rgb(55,87,128); }

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