Html Css Color HEX #374F92 Tory Blue

📋 copy color: '#374F92'

red 55 ◦ green 79 ◦ blue 146

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

Shades of Tory Blue #374F92

Tints of Tory Blue #374F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 19.64%
G = 28.21%
B = 52.14%

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

#374F92 (or 0x374F92) is known color: Tory Blue. HEX triplet: 37, 4F and 92. RGB value is (55,79,146). Sum of RGB (Red+Green+Blue) = 55+79+146=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #374F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F92 is #C8B06D. Grayscale: #4F4F4F. Windows color (decimal): -13152366 or 9588535. OLE color: 9588535.

HSL color Cylindrical-coordinate representation of color #374F92: hue angle of 224.18º 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 #374F92 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 79 146 -
CMYK 0.62 0.46 0 0.43
HSL 224.18º 0.45% 0.39% -
HSV(B) 224.18º 0.62% 0.57% -
XYZ 9.56 8.48 28.33 -
YUV 79.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 55 79 146 0.62 0.46 0 0.43 224.18 0.45 0.39
Hex 37 4F 92 3E 2E 0 2B E0 2D 27
Octal 67 117 222 76 56 0 53 340 55 47
Binary 110111 1001111 10010010 111110 101110 0 101011 11100000 101101 100111

Color Harmonies of #374F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F92

Black with #374F92

Text Example


Text Example

White with #374F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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