Html Css Color HEX #375278 St Tropaz

📋 copy color: '#375278'

red 55 ◦ green 82 ◦ blue 120

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

Shades of St Tropaz #375278

Tints of St Tropaz #375278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

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

R = 21.4%
G = 31.91%
B = 46.69%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375278 (or 0x375278) is known color: St Tropaz. HEX triplet: 37, 52 and 78. RGB value is (55,82,120). Sum of RGB (Red+Green+Blue) = 55+82+120=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #375278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375278 is #C8AD87. Grayscale: #4E4E4E. Windows color (decimal): -13151624 or 7885367. OLE color: 7885367.

HSL color Cylindrical-coordinate representation of color #375278: hue angle of 215.08º 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 #375278 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 82 120 -
CMYK 0.54 0.32 0 0.53
HSL 215.08º 0.37% 0.34% -
HSV(B) 215.08º 0.54% 0.47% -
XYZ 7.98 8.2 18.93 -
YUV 78.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 55 82 120 0.54 0.32 0 0.53 215.08 0.37 0.34
Hex 37 52 78 36 20 0 35 D7 25 22
Octal 67 122 170 66 40 0 65 327 45 42
Binary 110111 1010010 1111000 110110 100000 0 110101 11010111 100101 100010

Color Harmonies of #375278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375278

Black with #375278

Text Example


Text Example

White with #375278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375278; }

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

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

background-color css

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

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

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

border-color css

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

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

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