Html Css Color HEX #375584 St Tropaz

📋 copy color: '#375584'

red 55 ◦ green 85 ◦ blue 132

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

Shades of St Tropaz #375584

Tints of St Tropaz #375584

RGB

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

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

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

R = 20.22%
G = 31.25%
B = 48.53%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375584 (or 0x375584) is known color: St Tropaz. HEX triplet: 37, 55 and 84. RGB value is (55,85,132). Sum of RGB (Red+Green+Blue) = 55+85+132=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #375584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375584 is #C8AA7B. Grayscale: #515151. Windows color (decimal): -13150844 or 8672567. OLE color: 8672567.

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

Color convert

RGB 55 85 132 -
CMYK 0.58 0.36 0 0.48
HSL 216.62º 0.41% 0.37% -
HSV(B) 216.62º 0.58% 0.52% -
XYZ 8.99 8.98 23.09 -
YUV 81.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 55 85 132 0.58 0.36 0 0.48 216.62 0.41 0.37
Hex 37 55 84 3A 24 0 30 D9 29 25
Octal 67 125 204 72 44 0 60 331 51 45
Binary 110111 1010101 10000100 111010 100100 0 110000 11011001 101001 100101

Color Harmonies of #375584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375584

Black with #375584

Text Example


Text Example

White with #375584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375584; }

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

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

background-color css

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

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

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

border-color css

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

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

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