Html Css Color HEX #375A84 St Tropaz

📋 copy color: '#375A84'

red 55 ◦ green 90 ◦ blue 132

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

Shades of St Tropaz #375A84

Tints of St Tropaz #375A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 19.86%
G = 32.49%
B = 47.65%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#375A84 (or 0x375A84) is known color: St Tropaz. HEX triplet: 37, 5A and 84. RGB value is (55,90,132). Sum of RGB (Red+Green+Blue) = 55+90+132=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #375A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A84 is #C8A57B. Grayscale: #545454. Windows color (decimal): -13149564 or 8673847. OLE color: 8673847.

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

Color convert

RGB 55 90 132 -
CMYK 0.58 0.32 0 0.48
HSL 212.73º 0.41% 0.37% -
HSV(B) 212.73º 0.58% 0.52% -
XYZ 9.4 9.79 23.22 -
YUV 84.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 55 90 132 0.58 0.32 0 0.48 212.73 0.41 0.37
Hex 37 5A 84 3A 20 0 30 D5 29 25
Octal 67 132 204 72 40 0 60 325 51 45
Binary 110111 1011010 10000100 111010 100000 0 110000 11010101 101001 100101

Color Harmonies of #375A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A84

Black with #375A84

Text Example


Text Example

White with #375A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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