Html Css Color HEX #375274 St Tropaz

📋 copy color: '#375274'

red 55 ◦ green 82 ◦ blue 116

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

Shades of St Tropaz #375274

Tints of St Tropaz #375274

RGB

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

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

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

R = 21.74%
G = 32.41%
B = 45.85%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375274 (or 0x375274) is known color: St Tropaz. HEX triplet: 37, 52 and 74. RGB value is (55,82,116). Sum of RGB (Red+Green+Blue) = 55+82+116=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #375274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375274 is #C8AD8B. Grayscale: #4D4D4D. Windows color (decimal): -13151628 or 7623223. OLE color: 7623223.

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

Color convert

RGB 55 82 116 -
CMYK 0.53 0.29 0 0.55
HSL 213.44º 0.36% 0.34% -
HSV(B) 213.44º 0.53% 0.45% -
XYZ 7.75 8.11 17.68 -
YUV 77.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 55 82 116 0.53 0.29 0 0.55 213.44 0.36 0.34
Hex 37 52 74 35 1D 0 37 D5 24 22
Octal 67 122 164 65 35 0 67 325 44 42
Binary 110111 1010010 1110100 110101 11101 0 110111 11010101 100100 100010

Color Harmonies of #375274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375274

Black with #375274

Text Example


Text Example

White with #375274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375274; }

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

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

background-color css

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

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

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

border-color css

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

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

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