Html Css Color HEX #374891 Tory Blue

📋 copy color: '#374891'

red 55 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #374891

Tints of Tory Blue #374891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 20.22%
G = 26.47%
B = 53.31%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374891 (or 0x374891) is known color: Tory Blue. HEX triplet: 37, 48 and 91. RGB value is (55,72,145). Sum of RGB (Red+Green+Blue) = 55+72+145=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #374891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374891 is #C8B76E. Grayscale: #4A4A4A. Windows color (decimal): -13154159 or 9521207. OLE color: 9521207.

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

Color convert

RGB 55 72 145 -
CMYK 0.62 0.50 0 0.43
HSL 228.67º 0.45% 0.39% -
HSV(B) 228.67º 0.62% 0.57% -
XYZ 9 7.49 27.76 -
YUV 75.24 167.37 113.56 -
System Red Green Blue C M Y K H S L
Decimal 55 72 145 0.62 0.50 0 0.43 228.67 0.45 0.39
Hex 37 48 91 3E 32 0 2B E5 2D 27
Octal 67 110 221 76 62 0 53 345 55 47
Binary 110111 1001000 10010001 111110 110010 0 101011 11100101 101101 100111

Color Harmonies of #374891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374891

Black with #374891

Text Example


Text Example

White with #374891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374891; }

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

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

background-color css

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

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

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

border-color css

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

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

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