Html Css Color HEX #37537C St Tropaz

📋 copy color: '#37537C'

red 55 ◦ green 83 ◦ blue 124

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

Shades of St Tropaz #37537C

Tints of St Tropaz #37537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 20.99%
G = 31.68%
B = 47.33%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37537C (or 0x37537C) is known color: St Tropaz. HEX triplet: 37, 53 and 7C. RGB value is (55,83,124). Sum of RGB (Red+Green+Blue) = 55+83+124=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #37537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37537C is #C8AC83. Grayscale: #4F4F4F. Windows color (decimal): -13151364 or 8147767. OLE color: 8147767.

HSL color Cylindrical-coordinate representation of color #37537C: hue angle of 215.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37537C is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 83 124 -
CMYK 0.56 0.33 0 0.51
HSL 215.65º 0.39% 0.35% -
HSV(B) 215.65º 0.56% 0.49% -
XYZ 8.31 8.45 20.26 -
YUV 79.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 55 83 124 0.56 0.33 0 0.51 215.65 0.39 0.35
Hex 37 53 7C 38 21 0 33 D8 27 23
Octal 67 123 174 70 41 0 63 330 47 43
Binary 110111 1010011 1111100 111000 100001 0 110011 11011000 100111 100011

Color Harmonies of #37537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37537C

Black with #37537C

Text Example


Text Example

White with #37537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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