Html Css Color HEX #374C91 Tory Blue

📋 copy color: '#374C91'

red 55 ◦ green 76 ◦ blue 145

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

Shades of Tory Blue #374C91

Tints of Tory Blue #374C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 19.93%
G = 27.54%
B = 52.54%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374C91 (or 0x374C91) is known color: Tory Blue. HEX triplet: 37, 4C and 91. RGB value is (55,76,145). Sum of RGB (Red+Green+Blue) = 55+76+145=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #374C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C91 is #C8B36E. Grayscale: #4D4D4D. Windows color (decimal): -13153135 or 9522231. OLE color: 9522231.

HSL color Cylindrical-coordinate representation of color #374C91: hue angle of 226º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374C91 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 76 145 -
CMYK 0.62 0.48 0 0.43
HSL 226º 0.45% 0.39% -
HSV(B) 226º 0.62% 0.57% -
XYZ 9.27 8.03 27.85 -
YUV 77.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 55 76 145 0.62 0.48 0 0.43 226 0.45 0.39
Hex 37 4C 91 3E 30 0 2B E2 2D 27
Octal 67 114 221 76 60 0 53 342 55 47
Binary 110111 1001100 10010001 111110 110000 0 101011 11100010 101101 100111

Color Harmonies of #374C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C91

Black with #374C91

Text Example


Text Example

White with #374C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,145); }

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

background-color css

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

 a { background-color: rgb(55,76,145); }

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

border-color css

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

 span { border-color: rgb(55,76,145); }

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