Html Css Color HEX #37537F St Tropaz

📋 copy color: '#37537F'

red 55 ◦ green 83 ◦ blue 127

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

Shades of St Tropaz #37537F

Tints of St Tropaz #37537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 20.75%
G = 31.32%
B = 47.92%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37537F (or 0x37537F) is known color: St Tropaz. HEX triplet: 37, 53 and 7F. RGB value is (55,83,127). Sum of RGB (Red+Green+Blue) = 55+83+127=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #37537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37537F is #C8AC80. Grayscale: #4F4F4F. Windows color (decimal): -13151361 or 8344375. OLE color: 8344375.

HSL color Cylindrical-coordinate representation of color #37537F: hue angle of 216.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37537F is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 83 127 -
CMYK 0.57 0.35 0 0.50
HSL 216.67º 0.4% 0.36% -
HSV(B) 216.67º 0.57% 0.5% -
XYZ 8.5 8.53 21.28 -
YUV 79.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 55 83 127 0.57 0.35 0 0.50 216.67 0.4 0.36
Hex 37 53 7F 39 23 0 32 D9 28 24
Octal 67 123 177 71 43 0 62 331 50 44
Binary 110111 1010011 1111111 111001 100011 0 110010 11011001 101000 100100

Color Harmonies of #37537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37537F

Black with #37537F

Text Example


Text Example

White with #37537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37537F; }

 p { color: rgb(55,83,127); }

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

background-color css

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

 a { background-color: rgb(55,83,127); }

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

border-color css

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

 span { border-color: rgb(55,83,127); }

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