Html Css Color HEX #37538C Tory Blue

📋 copy color: '#37538C'

red 55 ◦ green 83 ◦ blue 140

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

Shades of Tory Blue #37538C

Tints of Tory Blue #37538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 19.78%
G = 29.86%
B = 50.36%

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

#37538C (or 0x37538C) is known color: Tory Blue. HEX triplet: 37, 53 and 8C. RGB value is (55,83,140). Sum of RGB (Red+Green+Blue) = 55+83+140=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #37538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37538C is #C8AC73. Grayscale: #505050. Windows color (decimal): -13151348 or 9196343. OLE color: 9196343.

HSL color Cylindrical-coordinate representation of color #37538C: hue angle of 220.24º 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 #37538C is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 83 140 -
CMYK 0.61 0.41 0 0.45
HSL 220.24º 0.44% 0.38% -
HSV(B) 220.24º 0.61% 0.55% -
XYZ 9.4 8.89 26.03 -
YUV 81.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 55 83 140 0.61 0.41 0 0.45 220.24 0.44 0.38
Hex 37 53 8C 3D 29 0 2D DC 2C 26
Octal 67 123 214 75 51 0 55 334 54 46
Binary 110111 1010011 10001100 111101 101001 0 101101 11011100 101100 100110

Color Harmonies of #37538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37538C

Black with #37538C

Text Example


Text Example

White with #37538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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