Html Css Color HEX #375785 St Tropaz

📋 copy color: '#375785'

red 55 ◦ green 87 ◦ blue 133

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

Shades of St Tropaz #375785

Tints of St Tropaz #375785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 20%
G = 31.64%
B = 48.36%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375785 (or 0x375785) is known color: St Tropaz. HEX triplet: 37, 57 and 85. RGB value is (55,87,133). Sum of RGB (Red+Green+Blue) = 55+87+133=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #375785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375785 is #C8A87A. Grayscale: #525252. Windows color (decimal): -13150331 or 8738615. OLE color: 8738615.

HSL color Cylindrical-coordinate representation of color #375785: hue angle of 215.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375785 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 87 133 -
CMYK 0.59 0.35 0 0.48
HSL 215.38º 0.41% 0.37% -
HSV(B) 215.38º 0.59% 0.52% -
XYZ 9.22 9.32 23.5 -
YUV 82.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 55 87 133 0.59 0.35 0 0.48 215.38 0.41 0.37
Hex 37 57 85 3B 23 0 30 D7 29 25
Octal 67 127 205 73 43 0 60 327 51 45
Binary 110111 1010111 10000101 111011 100011 0 110000 11010111 101001 100101

Color Harmonies of #375785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375785

Black with #375785

Text Example


Text Example

White with #375785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375785; }

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

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

background-color css

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

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

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

border-color css

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

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

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