Html Css Color HEX #375984 St Tropaz

📋 copy color: '#375984'

red 55 ◦ green 89 ◦ blue 132

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

Shades of St Tropaz #375984

Tints of St Tropaz #375984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 19.93%
G = 32.25%
B = 47.83%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375984 (or 0x375984) is known color: St Tropaz. HEX triplet: 37, 59 and 84. RGB value is (55,89,132). Sum of RGB (Red+Green+Blue) = 55+89+132=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #375984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375984 is #C8A67B. Grayscale: #535353. Windows color (decimal): -13149820 or 8673591. OLE color: 8673591.

HSL color Cylindrical-coordinate representation of color #375984: hue angle of 213.51º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375984 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 89 132 -
CMYK 0.58 0.33 0 0.48
HSL 213.51º 0.41% 0.37% -
HSV(B) 213.51º 0.58% 0.52% -
XYZ 9.31 9.62 23.2 -
YUV 83.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 55 89 132 0.58 0.33 0 0.48 213.51 0.41 0.37
Hex 37 59 84 3A 21 0 30 D6 29 25
Octal 67 131 204 72 41 0 60 326 51 45
Binary 110111 1011001 10000100 111010 100001 0 110000 11010110 101001 100101

Color Harmonies of #375984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375984

Black with #375984

Text Example


Text Example

White with #375984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375984; }

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

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

background-color css

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

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

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

border-color css

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

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

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