Html Css Color HEX #37529B Tory Blue

📋 copy color: '#37529B'

red 55 ◦ green 82 ◦ blue 155

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

Shades of Tory Blue #37529B

Tints of Tory Blue #37529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 18.84%
G = 28.08%
B = 53.08%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37529B (or 0x37529B) is known color: Tory Blue. HEX triplet: 37, 52 and 9B. RGB value is (55,82,155). Sum of RGB (Red+Green+Blue) = 55+82+155=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #37529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37529B is #C8AD64. Grayscale: #515151. Windows color (decimal): -13151589 or 10179127. OLE color: 10179127.

HSL color Cylindrical-coordinate representation of color #37529B: hue angle of 223.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37529B is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 82 155 -
CMYK 0.65 0.47 0 0.39
HSL 223.8º 0.48% 0.41% -
HSV(B) 223.8º 0.65% 0.61% -
XYZ 10.51 9.21 32.23 -
YUV 82.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 55 82 155 0.65 0.47 0 0.39 223.8 0.48 0.41
Hex 37 52 9B 41 2F 0 27 E0 30 29
Octal 67 122 233 101 57 0 47 340 60 51
Binary 110111 1010010 10011011 1000001 101111 0 100111 11100000 110000 101001

Color Harmonies of #37529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37529B

Black with #37529B

Text Example


Text Example

White with #37529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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