Html Css Color HEX #37538D Tory Blue

📋 copy color: '#37538D'

red 55 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #37538D

Tints of Tory Blue #37538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 19.71%
G = 29.75%
B = 50.54%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37538D (or 0x37538D) is known color: Tory Blue. HEX triplet: 37, 53 and 8D. RGB value is (55,83,141). Sum of RGB (Red+Green+Blue) = 55+83+141=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #37538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37538D is #C8AC72. Grayscale: #505050. Windows color (decimal): -13151347 or 9261879. OLE color: 9261879.

HSL color Cylindrical-coordinate representation of color #37538D: hue angle of 220.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37538D is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 83 141 -
CMYK 0.61 0.41 0 0.45
HSL 220.47º 0.44% 0.38% -
HSV(B) 220.47º 0.61% 0.55% -
XYZ 9.48 8.92 26.42 -
YUV 81.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 55 83 141 0.61 0.41 0 0.45 220.47 0.44 0.38
Hex 37 53 8D 3D 29 0 2D DC 2C 26
Octal 67 123 215 75 51 0 55 334 54 46
Binary 110111 1010011 10001101 111101 101001 0 101101 11011100 101100 100110

Color Harmonies of #37538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37538D

Black with #37538D

Text Example


Text Example

White with #37538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37538D; }

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

 H1.HeaderClassName
 {
   color: #37538D;
 }
 .AnyTagClassName
 {
   color: #37538D;
 }
</style>

background-color css

<style>
 a { background-color: #37538D; }

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

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

border-color css

<style>
 span { border-color: #37538D; }

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

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