Html Css Color HEX #374895 Tory Blue

📋 copy color: '#374895'

red 55 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #374895

Tints of Tory Blue #374895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 19.93%
G = 26.09%
B = 53.99%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374895 (or 0x374895) is known color: Tory Blue. HEX triplet: 37, 48 and 95. RGB value is (55,72,149). Sum of RGB (Red+Green+Blue) = 55+72+149=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #374895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374895 is #C8B76A. Grayscale: #4B4B4B. Windows color (decimal): -13154155 or 9783351. OLE color: 9783351.

HSL color Cylindrical-coordinate representation of color #374895: hue angle of 229.15º 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 #374895 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 72 149 -
CMYK 0.63 0.52 0 0.42
HSL 229.15º 0.46% 0.4% -
HSV(B) 229.15º 0.63% 0.58% -
XYZ 9.32 7.62 29.41 -
YUV 75.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 55 72 149 0.63 0.52 0 0.42 229.15 0.46 0.4
Hex 37 48 95 3F 34 0 2A E5 2E 28
Octal 67 110 225 77 64 0 52 345 56 50
Binary 110111 1001000 10010101 111111 110100 0 101010 11100101 101110 101000

Color Harmonies of #374895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374895

Black with #374895

Text Example


Text Example

White with #374895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374895; }

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

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

background-color css

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

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

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

border-color css

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

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

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