Html Css Color HEX #375C89 St Tropaz

📋 copy color: '#375C89'

red 55 ◦ green 92 ◦ blue 137

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

Shades of St Tropaz #375C89

Tints of St Tropaz #375C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 19.37%
G = 32.39%
B = 48.24%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#375C89 (or 0x375C89) is known color: St Tropaz. HEX triplet: 37, 5C and 89. RGB value is (55,92,137). Sum of RGB (Red+Green+Blue) = 55+92+137=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #375C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C89 is #C8A376. Grayscale: #555555. Windows color (decimal): -13149047 or 9002039. OLE color: 9002039.

HSL color Cylindrical-coordinate representation of color #375C89: hue angle of 212.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375C89 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 92 137 -
CMYK 0.60 0.33 0 0.46
HSL 212.93º 0.43% 0.38% -
HSV(B) 212.93º 0.6% 0.54% -
XYZ 9.92 10.27 25.13 -
YUV 86.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 55 92 137 0.60 0.33 0 0.46 212.93 0.43 0.38
Hex 37 5C 89 3C 21 0 2E D5 2B 26
Octal 67 134 211 74 41 0 56 325 53 46
Binary 110111 1011100 10001001 111100 100001 0 101110 11010101 101011 100110

Color Harmonies of #375C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C89

Black with #375C89

Text Example


Text Example

White with #375C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375C89; }

 p { color: rgb(55,92,137); }

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

background-color css

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

 a { background-color: rgb(55,92,137); }

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

border-color css

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

 span { border-color: rgb(55,92,137); }

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