Html Css Color HEX #37479C Tory Blue

📋 copy color: '#37479C'

red 55 ◦ green 71 ◦ blue 156

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

Shades of Tory Blue #37479C

Tints of Tory Blue #37479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 19.5%
G = 25.18%
B = 55.32%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37479C (or 0x37479C) is known color: Tory Blue. HEX triplet: 37, 47 and 9C. RGB value is (55,71,156). Sum of RGB (Red+Green+Blue) = 55+71+156=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #37479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37479C is #C8B863. Grayscale: #4B4B4B. Windows color (decimal): -13154404 or 10241847. OLE color: 10241847.

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

Color convert

RGB 55 71 156 -
CMYK 0.65 0.54 0 0.39
HSL 230.5º 0.48% 0.41% -
HSV(B) 230.5º 0.65% 0.61% -
XYZ 9.83 7.72 32.42 -
YUV 75.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 55 71 156 0.65 0.54 0 0.39 230.5 0.48 0.41
Hex 37 47 9C 41 36 0 27 E6 30 29
Octal 67 107 234 101 66 0 47 346 60 51
Binary 110111 1000111 10011100 1000001 110110 0 100111 11100110 110000 101001

Color Harmonies of #37479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37479C

Black with #37479C

Text Example


Text Example

White with #37479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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