Html Css Color HEX #374FA0 Tory Blue

📋 copy color: '#374FA0'

red 55 ◦ green 79 ◦ blue 160

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

Shades of Tory Blue #374FA0

Tints of Tory Blue #374FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 54.42%

R = 18.71%
G = 26.87%
B = 54.42%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#374FA0 (or 0x374FA0) is known color: Tory Blue. HEX triplet: 37, 4F and A0. RGB value is (55,79,160). Sum of RGB (Red+Green+Blue) = 55+79+160=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #374FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374FA0 is #C8B05F. Grayscale: #505050. Windows color (decimal): -13152352 or 10506039. OLE color: 10506039.

HSL color Cylindrical-coordinate representation of color #374FA0: hue angle of 226.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374FA0 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 79 160 -
CMYK 0.66 0.51 0 0.37
HSL 226.29º 0.49% 0.42% -
HSV(B) 226.29º 0.66% 0.63% -
XYZ 10.72 8.94 34.42 -
YUV 81.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 55 79 160 0.66 0.51 0 0.37 226.29 0.49 0.42
Hex 37 4F A0 42 33 0 25 E2 31 2A
Octal 67 117 240 102 63 0 45 342 61 52
Binary 110111 1001111 10100000 1000010 110011 0 100101 11100010 110001 101010

Color Harmonies of #374FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FA0

Black with #374FA0

Text Example


Text Example

White with #374FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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