Html Css Color HEX #374D86 Tory Blue

📋 copy color: '#374D86'

red 55 ◦ green 77 ◦ blue 134

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

Shades of Tory Blue #374D86

Tints of Tory Blue #374D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.38%

R = 20.68%
G = 28.95%
B = 50.38%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374D86 (or 0x374D86) is known color: Tory Blue. HEX triplet: 37, 4D and 86. RGB value is (55,77,134). Sum of RGB (Red+Green+Blue) = 55+77+134=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #374D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D86 is #C8B279. Grayscale: #4C4C4C. Windows color (decimal): -13152890 or 8801591. OLE color: 8801591.

HSL color Cylindrical-coordinate representation of color #374D86: hue angle of 223.29º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374D86 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 77 134 -
CMYK 0.59 0.43 0 0.47
HSL 223.29º 0.42% 0.37% -
HSV(B) 223.29º 0.59% 0.53% -
XYZ 8.53 7.84 23.62 -
YUV 76.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 55 77 134 0.59 0.43 0 0.47 223.29 0.42 0.37
Hex 37 4D 86 3B 2B 0 2F DF 2A 25
Octal 67 115 206 73 53 0 57 337 52 45
Binary 110111 1001101 10000110 111011 101011 0 101111 11011111 101010 100101

Color Harmonies of #374D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D86

Black with #374D86

Text Example


Text Example

White with #374D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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