Html Css Color HEX #374E88 Tory Blue

📋 copy color: '#374E88'

red 55 ◦ green 78 ◦ blue 136

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

Shades of Tory Blue #374E88

Tints of Tory Blue #374E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.56%

R = 20.45%
G = 29%
B = 50.56%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374E88 (or 0x374E88) is known color: Tory Blue. HEX triplet: 37, 4E and 88. RGB value is (55,78,136). Sum of RGB (Red+Green+Blue) = 55+78+136=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #374E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E88 is #C8B177. Grayscale: #4D4D4D. Windows color (decimal): -13152632 or 8932919. OLE color: 8932919.

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

Color convert

RGB 55 78 136 -
CMYK 0.60 0.43 0 0.47
HSL 222.96º 0.42% 0.37% -
HSV(B) 222.96º 0.6% 0.53% -
XYZ 8.74 8.04 24.38 -
YUV 77.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 55 78 136 0.60 0.43 0 0.47 222.96 0.42 0.37
Hex 37 4E 88 3C 2B 0 2F DF 2A 25
Octal 67 116 210 74 53 0 57 337 52 45
Binary 110111 1001110 10001000 111100 101011 0 101111 11011111 101010 100101

Color Harmonies of #374E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E88

Black with #374E88

Text Example


Text Example

White with #374E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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