Html Css Color HEX #374995 Tory Blue

📋 copy color: '#374995'

red 55 ◦ green 73 ◦ blue 149

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

Shades of Tory Blue #374995

Tints of Tory Blue #374995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 19.86%
G = 26.35%
B = 53.79%

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

#374995 (or 0x374995) is known color: Tory Blue. HEX triplet: 37, 49 and 95. RGB value is (55,73,149). Sum of RGB (Red+Green+Blue) = 55+73+149=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #374995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374995 is #C8B66A. Grayscale: #4B4B4B. Windows color (decimal): -13153899 or 9783607. OLE color: 9783607.

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

Color convert

RGB 55 73 149 -
CMYK 0.63 0.51 0 0.42
HSL 228.51º 0.46% 0.4% -
HSV(B) 228.51º 0.63% 0.58% -
XYZ 9.38 7.75 29.43 -
YUV 76.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 55 73 149 0.63 0.51 0 0.42 228.51 0.46 0.4
Hex 37 49 95 3F 33 0 2A E5 2E 28
Octal 67 111 225 77 63 0 52 345 56 50
Binary 110111 1001001 10010101 111111 110011 0 101010 11100101 101110 101000

Color Harmonies of #374995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374995

Black with #374995

Text Example


Text Example

White with #374995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374995; }

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

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

background-color css

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

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

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

border-color css

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

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

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