Html Css Color HEX #374E89 Tory Blue

📋 copy color: '#374E89'

red 55 ◦ green 78 ◦ blue 137

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

Shades of Tory Blue #374E89

Tints of Tory Blue #374E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 20.37%
G = 28.89%
B = 50.74%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#374E89 (or 0x374E89) is known color: Tory Blue. HEX triplet: 37, 4E and 89. RGB value is (55,78,137). Sum of RGB (Red+Green+Blue) = 55+78+137=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #374E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E89 is #C8B176. Grayscale: #4D4D4D. Windows color (decimal): -13152631 or 8998455. OLE color: 8998455.

HSL color Cylindrical-coordinate representation of color #374E89: hue angle of 223.17º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374E89 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 78 137 -
CMYK 0.60 0.43 0 0.46
HSL 223.17º 0.43% 0.38% -
HSV(B) 223.17º 0.6% 0.54% -
XYZ 8.82 8.07 24.76 -
YUV 77.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 55 78 137 0.60 0.43 0 0.46 223.17 0.43 0.38
Hex 37 4E 89 3C 2B 0 2E DF 2B 26
Octal 67 116 211 74 53 0 56 337 53 46
Binary 110111 1001110 10001001 111100 101011 0 101110 11011111 101011 100110

Color Harmonies of #374E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E89

Black with #374E89

Text Example


Text Example

White with #374E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,137); }

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

background-color css

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

 a { background-color: rgb(55,78,137); }

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

border-color css

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

 span { border-color: rgb(55,78,137); }

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