Html Css Color HEX #375172 St Tropaz

📋 copy color: '#375172'

red 55 ◦ green 81 ◦ blue 114

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

Shades of St Tropaz #375172

Tints of St Tropaz #375172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 22%
G = 32.4%
B = 45.6%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375172 (or 0x375172) is known color: St Tropaz. HEX triplet: 37, 51 and 72. RGB value is (55,81,114). Sum of RGB (Red+Green+Blue) = 55+81+114=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #375172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375172 is #C8AE8D. Grayscale: #4C4C4C. Windows color (decimal): -13151886 or 7491895. OLE color: 7491895.

HSL color Cylindrical-coordinate representation of color #375172: hue angle of 213.56º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375172 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 81 114 -
CMYK 0.52 0.29 0 0.55
HSL 213.56º 0.35% 0.33% -
HSV(B) 213.56º 0.52% 0.45% -
XYZ 7.56 7.91 17.05 -
YUV 76.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 55 81 114 0.52 0.29 0 0.55 213.56 0.35 0.33
Hex 37 51 72 34 1D 0 37 D6 23 21
Octal 67 121 162 64 35 0 67 326 43 41
Binary 110111 1010001 1110010 110100 11101 0 110111 11010110 100011 100001

Color Harmonies of #375172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375172

Black with #375172

Text Example


Text Example

White with #375172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375172; }

 p { color: rgb(55,81,114); }

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

background-color css

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

 a { background-color: rgb(55,81,114); }

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

border-color css

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

 span { border-color: rgb(55,81,114); }

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