Html Css Color HEX #375074 St Tropaz

📋 copy color: '#375074'

red 55 ◦ green 80 ◦ blue 116

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

Shades of St Tropaz #375074

Tints of St Tropaz #375074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 21.91%
G = 31.87%
B = 46.22%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375074 (or 0x375074) is known color: St Tropaz. HEX triplet: 37, 50 and 74. RGB value is (55,80,116). Sum of RGB (Red+Green+Blue) = 55+80+116=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #375074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375074 is #C8AF8B. Grayscale: #4C4C4C. Windows color (decimal): -13152140 or 7622711. OLE color: 7622711.

HSL color Cylindrical-coordinate representation of color #375074: hue angle of 215.41º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375074 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 80 116 -
CMYK 0.53 0.31 0 0.55
HSL 215.41º 0.36% 0.34% -
HSV(B) 215.41º 0.53% 0.45% -
XYZ 7.6 7.81 17.63 -
YUV 76.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 55 80 116 0.53 0.31 0 0.55 215.41 0.36 0.34
Hex 37 50 74 35 1F 0 37 D7 24 22
Octal 67 120 164 65 37 0 67 327 44 42
Binary 110111 1010000 1110100 110101 11111 0 110111 11010111 100100 100010

Color Harmonies of #375074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375074

Black with #375074

Text Example


Text Example

White with #375074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375074; }

 p { color: rgb(55,80,116); }

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

background-color css

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

 a { background-color: rgb(55,80,116); }

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

border-color css

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

 span { border-color: rgb(55,80,116); }

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