Html Css Color HEX #37509F Tory Blue

📋 copy color: '#37509F'

red 55 ◦ green 80 ◦ blue 159

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

Shades of Tory Blue #37509F

Tints of Tory Blue #37509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 18.71%
G = 27.21%
B = 54.08%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37509F (or 0x37509F) is known color: Tory Blue. HEX triplet: 37, 50 and 9F. RGB value is (55,80,159). Sum of RGB (Red+Green+Blue) = 55+80+159=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #37509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37509F is #C8AF60. Grayscale: #515151. Windows color (decimal): -13152097 or 10440759. OLE color: 10440759.

HSL color Cylindrical-coordinate representation of color #37509F: hue angle of 225.58º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37509F is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 80 159 -
CMYK 0.65 0.50 0 0.38
HSL 225.58º 0.49% 0.42% -
HSV(B) 225.58º 0.65% 0.62% -
XYZ 10.7 9.05 33.98 -
YUV 81.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 55 80 159 0.65 0.50 0 0.38 225.58 0.49 0.42
Hex 37 50 9F 41 32 0 26 E2 31 2A
Octal 67 120 237 101 62 0 46 342 61 52
Binary 110111 1010000 10011111 1000001 110010 0 100110 11100010 110001 101010

Color Harmonies of #37509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37509F

Black with #37509F

Text Example


Text Example

White with #37509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37509F; }

 p { color: rgb(55,80,159); }

 H1.HeaderClassName
 {
   color: #37509F;
 }
 .AnyTagClassName
 {
   color: #37509F;
 }
</style>

background-color css

<style>
 a { background-color: #37509F; }

 a { background-color: rgb(55,80,159); }

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

border-color css

<style>
 span { border-color: #37509F; }

 span { border-color: rgb(55,80,159); }

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