Html Css Color HEX #375685 St Tropaz

📋 copy color: '#375685'

red 55 ◦ green 86 ◦ blue 133

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

Shades of St Tropaz #375685

Tints of St Tropaz #375685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

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

R = 20.07%
G = 31.39%
B = 48.54%

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

#375685 (or 0x375685) is known color: St Tropaz. HEX triplet: 37, 56 and 85. RGB value is (55,86,133). Sum of RGB (Red+Green+Blue) = 55+86+133=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #375685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375685 is #C8A97A. Grayscale: #515151. Windows color (decimal): -13150587 or 8738359. OLE color: 8738359.

HSL color Cylindrical-coordinate representation of color #375685: hue angle of 216.15º 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 #375685 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 86 133 -
CMYK 0.59 0.35 0 0.48
HSL 216.15º 0.41% 0.37% -
HSV(B) 216.15º 0.59% 0.52% -
XYZ 9.14 9.16 23.48 -
YUV 82.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 55 86 133 0.59 0.35 0 0.48 216.15 0.41 0.37
Hex 37 56 85 3B 23 0 30 D8 29 25
Octal 67 126 205 73 43 0 60 330 51 45
Binary 110111 1010110 10000101 111011 100011 0 110000 11011000 101001 100101

Color Harmonies of #375685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375685

Black with #375685

Text Example


Text Example

White with #375685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375685; }

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

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

background-color css

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

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

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

border-color css

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

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

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