Html Css Color HEX #375478 St Tropaz

📋 copy color: '#375478'

red 55 ◦ green 84 ◦ blue 120

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

Shades of St Tropaz #375478

Tints of St Tropaz #375478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 21.24%
G = 32.43%
B = 46.33%

CMYK

 C value IS 0.54

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375478 (or 0x375478) is known color: St Tropaz. HEX triplet: 37, 54 and 78. RGB value is (55,84,120). Sum of RGB (Red+Green+Blue) = 55+84+120=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #375478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375478 is #C8AB87. Grayscale: #4F4F4F. Windows color (decimal): -13151112 or 7885879. OLE color: 7885879.

HSL color Cylindrical-coordinate representation of color #375478: hue angle of 213.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375478 is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 84 120 -
CMYK 0.54 0.3 0 0.53
HSL 213.23º 0.37% 0.34% -
HSV(B) 213.23º 0.54% 0.47% -
XYZ 8.14 8.51 18.98 -
YUV 79.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 55 84 120 0.54 0.3 0 0.53 213.23 0.37 0.34
Hex 37 54 78 36 1E 0 35 D5 25 22
Octal 67 124 170 66 36 0 65 325 45 42
Binary 110111 1010100 1111000 110110 11110 0 110101 11010101 100101 100010

Color Harmonies of #375478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375478

Black with #375478

Text Example


Text Example

White with #375478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375478; }

 p { color: rgb(55,84,120); }

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

background-color css

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

 a { background-color: rgb(55,84,120); }

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

border-color css

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

 span { border-color: rgb(55,84,120); }

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