Html Css Color HEX #374191 Tory Blue

📋 copy color: '#374191'

red 55 ◦ green 65 ◦ blue 145

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

Shades of Tory Blue #374191

Tints of Tory Blue #374191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 20.75%
G = 24.53%
B = 54.72%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374191 (or 0x374191) is known color: Tory Blue. HEX triplet: 37, 41 and 91. RGB value is (55,65,145). Sum of RGB (Red+Green+Blue) = 55+65+145=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #374191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374191 is #C8BE6E. Grayscale: #464646. Windows color (decimal): -13155951 or 9519415. OLE color: 9519415.

HSL color Cylindrical-coordinate representation of color #374191: hue angle of 233.33º 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 #374191 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 65 145 -
CMYK 0.62 0.55 0 0.43
HSL 233.33º 0.45% 0.39% -
HSV(B) 233.33º 0.62% 0.57% -
XYZ 8.58 6.64 27.62 -
YUV 71.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 55 65 145 0.62 0.55 0 0.43 233.33 0.45 0.39
Hex 37 41 91 3E 37 0 2B E9 2D 27
Octal 67 101 221 76 67 0 53 351 55 47
Binary 110111 1000001 10010001 111110 110111 0 101011 11101001 101101 100111

Color Harmonies of #374191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374191

Black with #374191

Text Example


Text Example

White with #374191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374191; }

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

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

background-color css

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

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

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

border-color css

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

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

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