Html Css Color HEX #37479F Tory Blue

📋 copy color: '#37479F'

red 55 ◦ green 71 ◦ blue 159

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

Shades of Tory Blue #37479F

Tints of Tory Blue #37479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 19.3%
G = 24.91%
B = 55.79%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37479F (or 0x37479F) is known color: Tory Blue. HEX triplet: 37, 47 and 9F. RGB value is (55,71,159). Sum of RGB (Red+Green+Blue) = 55+71+159=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #37479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37479F is #C8B860. Grayscale: #4B4B4B. Windows color (decimal): -13154401 or 10438455. OLE color: 10438455.

HSL color Cylindrical-coordinate representation of color #37479F: hue angle of 230.77º 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 #37479F is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 71 159 -
CMYK 0.65 0.55 0 0.38
HSL 230.77º 0.49% 0.42% -
HSV(B) 230.77º 0.65% 0.62% -
XYZ 10.09 7.82 33.78 -
YUV 76.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 55 71 159 0.65 0.55 0 0.38 230.77 0.49 0.42
Hex 37 47 9F 41 37 0 26 E7 31 2A
Octal 67 107 237 101 67 0 46 347 61 52
Binary 110111 1000111 10011111 1000001 110111 0 100110 11100111 110001 101010

Color Harmonies of #37479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37479F

Black with #37479F

Text Example


Text Example

White with #37479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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