Html Css Color HEX #374DA0 Tory Blue

📋 copy color: '#374DA0'

red 55 ◦ green 77 ◦ blue 160

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

Shades of Tory Blue #374DA0

Tints of Tory Blue #374DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 18.84%
G = 26.37%
B = 54.79%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#374DA0 (or 0x374DA0) is known color: Tory Blue. HEX triplet: 37, 4D and A0. RGB value is (55,77,160). Sum of RGB (Red+Green+Blue) = 55+77+160=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #374DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA0 is #C8B25F. Grayscale: #4F4F4F. Windows color (decimal): -13152864 or 10505527. OLE color: 10505527.

HSL color Cylindrical-coordinate representation of color #374DA0: hue angle of 227.43º 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 #374DA0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 77 160 -
CMYK 0.66 0.52 0 0.37
HSL 227.43º 0.49% 0.42% -
HSV(B) 227.43º 0.66% 0.63% -
XYZ 10.57 8.66 34.37 -
YUV 79.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 55 77 160 0.66 0.52 0 0.37 227.43 0.49 0.42
Hex 37 4D A0 42 34 0 25 E3 31 2A
Octal 67 115 240 102 64 0 45 343 61 52
Binary 110111 1001101 10100000 1000010 110100 0 100101 11100011 110001 101010

Color Harmonies of #374DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DA0

Black with #374DA0

Text Example


Text Example

White with #374DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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