Html Css Color HEX #37527A St Tropaz

📋 copy color: '#37527A'

red 55 ◦ green 82 ◦ blue 122

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

Shades of St Tropaz #37527A

Tints of St Tropaz #37527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 21.24%
G = 31.66%
B = 47.1%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37527A (or 0x37527A) is known color: St Tropaz. HEX triplet: 37, 52 and 7A. RGB value is (55,82,122). Sum of RGB (Red+Green+Blue) = 55+82+122=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #37527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37527A is #C8AD85. Grayscale: #4E4E4E. Windows color (decimal): -13151622 or 8016439. OLE color: 8016439.

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

Color convert

RGB 55 82 122 -
CMYK 0.55 0.33 0 0.52
HSL 215.82º 0.38% 0.35% -
HSV(B) 215.82º 0.55% 0.48% -
XYZ 8.11 8.25 19.58 -
YUV 78.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 55 82 122 0.55 0.33 0 0.52 215.82 0.38 0.35
Hex 37 52 7A 37 21 0 34 D8 26 23
Octal 67 122 172 67 41 0 64 330 46 43
Binary 110111 1010010 1111010 110111 100001 0 110100 11011000 100110 100011

Color Harmonies of #37527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37527A

Black with #37527A

Text Example


Text Example

White with #37527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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