Html Css Color HEX #375986 St Tropaz

📋 copy color: '#375986'

red 55 ◦ green 89 ◦ blue 134

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

Shades of St Tropaz #375986

Tints of St Tropaz #375986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 19.78%
G = 32.01%
B = 48.2%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#375986 (or 0x375986) is known color: St Tropaz. HEX triplet: 37, 59 and 86. RGB value is (55,89,134). Sum of RGB (Red+Green+Blue) = 55+89+134=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #375986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375986 is #C8A679. Grayscale: #535353. Windows color (decimal): -13149818 or 8804663. OLE color: 8804663.

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

Color convert

RGB 55 89 134 -
CMYK 0.59 0.34 0 0.47
HSL 214.18º 0.42% 0.37% -
HSV(B) 214.18º 0.59% 0.53% -
XYZ 9.45 9.68 23.92 -
YUV 83.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 55 89 134 0.59 0.34 0 0.47 214.18 0.42 0.37
Hex 37 59 86 3B 22 0 2F D6 2A 25
Octal 67 131 206 73 42 0 57 326 52 45
Binary 110111 1011001 10000110 111011 100010 0 101111 11010110 101010 100101

Color Harmonies of #375986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375986

Black with #375986

Text Example


Text Example

White with #375986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375986; }

 p { color: rgb(55,89,134); }

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

background-color css

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

 a { background-color: rgb(55,89,134); }

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

border-color css

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

 span { border-color: rgb(55,89,134); }

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