Html Css Color HEX #374894 Tory Blue

📋 copy color: '#374894'

red 55 ◦ green 72 ◦ blue 148

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

Shades of Tory Blue #374894

Tints of Tory Blue #374894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 20%
G = 26.18%
B = 53.82%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374894 (or 0x374894) is known color: Tory Blue. HEX triplet: 37, 48 and 94. RGB value is (55,72,148). Sum of RGB (Red+Green+Blue) = 55+72+148=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #374894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374894 is #C8B76B. Grayscale: #4B4B4B. Windows color (decimal): -13154156 or 9717815. OLE color: 9717815.

HSL color Cylindrical-coordinate representation of color #374894: hue angle of 229.03º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374894 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 72 148 -
CMYK 0.63 0.51 0 0.42
HSL 229.03º 0.46% 0.4% -
HSV(B) 229.03º 0.63% 0.58% -
XYZ 9.24 7.59 28.99 -
YUV 75.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 55 72 148 0.63 0.51 0 0.42 229.03 0.46 0.4
Hex 37 48 94 3F 33 0 2A E5 2E 28
Octal 67 110 224 77 63 0 52 345 56 50
Binary 110111 1001000 10010100 111111 110011 0 101010 11100101 101110 101000

Color Harmonies of #374894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374894

Black with #374894

Text Example


Text Example

White with #374894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374894; }

 p { color: rgb(55,72,148); }

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

background-color css

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

 a { background-color: rgb(55,72,148); }

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

border-color css

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

 span { border-color: rgb(55,72,148); }

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