Html Css Color HEX #374F91 Tory Blue

📋 copy color: '#374F91'

red 55 ◦ green 79 ◦ blue 145

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

Shades of Tory Blue #374F91

Tints of Tory Blue #374F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 19.71%
G = 28.32%
B = 51.97%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374F91 (or 0x374F91) is known color: Tory Blue. HEX triplet: 37, 4F and 91. RGB value is (55,79,145). Sum of RGB (Red+Green+Blue) = 55+79+145=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #374F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F91 is #C8B06E. Grayscale: #4F4F4F. Windows color (decimal): -13152367 or 9522999. OLE color: 9522999.

HSL color Cylindrical-coordinate representation of color #374F91: hue angle of 224º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374F91 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 79 145 -
CMYK 0.62 0.46 0 0.43
HSL 224º 0.45% 0.39% -
HSV(B) 224º 0.62% 0.57% -
XYZ 9.48 8.45 27.92 -
YUV 79.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 55 79 145 0.62 0.46 0 0.43 224 0.45 0.39
Hex 37 4F 91 3E 2E 0 2B E0 2D 27
Octal 67 117 221 76 56 0 53 340 55 47
Binary 110111 1001111 10010001 111110 101110 0 101011 11100000 101101 100111

Color Harmonies of #374F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F91

Black with #374F91

Text Example


Text Example

White with #374F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374F91; }

 p { color: rgb(55,79,145); }

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

background-color css

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

 a { background-color: rgb(55,79,145); }

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

border-color css

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

 span { border-color: rgb(55,79,145); }

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