Html Css Color HEX #37527B St Tropaz

📋 copy color: '#37527B'

red 55 ◦ green 82 ◦ blue 123

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

Shades of St Tropaz #37527B

Tints of St Tropaz #37527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 21.15%
G = 31.54%
B = 47.31%

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

#37527B (or 0x37527B) is known color: St Tropaz. HEX triplet: 37, 52 and 7B. RGB value is (55,82,123). Sum of RGB (Red+Green+Blue) = 55+82+123=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #37527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37527B is #C8AD84. Grayscale: #4E4E4E. Windows color (decimal): -13151621 or 8081975. OLE color: 8081975.

HSL color Cylindrical-coordinate representation of color #37527B: hue angle of 216.18º 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 #37527B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 82 123 -
CMYK 0.55 0.33 0 0.52
HSL 216.18º 0.38% 0.35% -
HSV(B) 216.18º 0.55% 0.48% -
XYZ 8.17 8.28 19.91 -
YUV 78.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 55 82 123 0.55 0.33 0 0.52 216.18 0.38 0.35
Hex 37 52 7B 37 21 0 34 D8 26 23
Octal 67 122 173 67 41 0 64 330 46 43
Binary 110111 1010010 1111011 110111 100001 0 110100 11011000 100110 100011

Color Harmonies of #37527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37527B

Black with #37527B

Text Example


Text Example

White with #37527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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