Html Css Color HEX #375585 St Tropaz

📋 copy color: '#375585'

red 55 ◦ green 85 ◦ blue 133

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

Shades of St Tropaz #375585

Tints of St Tropaz #375585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 20.15%
G = 31.14%
B = 48.72%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375585 (or 0x375585) is known color: St Tropaz. HEX triplet: 37, 55 and 85. RGB value is (55,85,133). Sum of RGB (Red+Green+Blue) = 55+85+133=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #375585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375585 is #C8AA7A. Grayscale: #515151. Windows color (decimal): -13150843 or 8738103. OLE color: 8738103.

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

Color convert

RGB 55 85 133 -
CMYK 0.59 0.36 0 0.48
HSL 216.92º 0.41% 0.37% -
HSV(B) 216.92º 0.59% 0.52% -
XYZ 9.06 9 23.45 -
YUV 81.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 55 85 133 0.59 0.36 0 0.48 216.92 0.41 0.37
Hex 37 55 85 3B 24 0 30 D9 29 25
Octal 67 125 205 73 44 0 60 331 51 45
Binary 110111 1010101 10000101 111011 100100 0 110000 11011001 101001 100101

Color Harmonies of #375585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375585

Black with #375585

Text Example


Text Example

White with #375585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375585; }

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

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

background-color css

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

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

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

border-color css

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

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

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