Html Css Color HEX #375985 St Tropaz

📋 copy color: '#375985'

red 55 ◦ green 89 ◦ blue 133

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

Shades of St Tropaz #375985

Tints of St Tropaz #375985

RGB

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

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

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

R = 19.86%
G = 32.13%
B = 48.01%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375985 (or 0x375985) is known color: St Tropaz. HEX triplet: 37, 59 and 85. RGB value is (55,89,133). Sum of RGB (Red+Green+Blue) = 55+89+133=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #375985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375985 is #C8A67A. Grayscale: #535353. Windows color (decimal): -13149819 or 8739127. OLE color: 8739127.

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

Color convert

RGB 55 89 133 -
CMYK 0.59 0.33 0 0.48
HSL 213.85º 0.41% 0.37% -
HSV(B) 213.85º 0.59% 0.52% -
XYZ 9.38 9.65 23.56 -
YUV 83.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 55 89 133 0.59 0.33 0 0.48 213.85 0.41 0.37
Hex 37 59 85 3B 21 0 30 D6 29 25
Octal 67 131 205 73 41 0 60 326 51 45
Binary 110111 1011001 10000101 111011 100001 0 110000 11010110 101001 100101

Color Harmonies of #375985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375985

Black with #375985

Text Example


Text Example

White with #375985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375985; }

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

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

background-color css

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

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

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

border-color css

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

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

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