Html Css Color HEX #374291 Tory Blue

📋 copy color: '#374291'

red 55 ◦ green 66 ◦ blue 145

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

Shades of Tory Blue #374291

Tints of Tory Blue #374291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 20.68%
G = 24.81%
B = 54.51%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374291 (or 0x374291) is known color: Tory Blue. HEX triplet: 37, 42 and 91. RGB value is (55,66,145). Sum of RGB (Red+Green+Blue) = 55+66+145=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #374291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374291 is #C8BD6E. Grayscale: #474747. Windows color (decimal): -13155695 or 9519671. OLE color: 9519671.

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

Color convert

RGB 55 66 145 -
CMYK 0.62 0.54 0 0.43
HSL 232.67º 0.45% 0.39% -
HSV(B) 232.67º 0.62% 0.57% -
XYZ 8.63 6.75 27.64 -
YUV 71.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 55 66 145 0.62 0.54 0 0.43 232.67 0.45 0.39
Hex 37 42 91 3E 36 0 2B E9 2D 27
Octal 67 102 221 76 66 0 53 351 55 47
Binary 110111 1000010 10010001 111110 110110 0 101011 11101001 101101 100111

Color Harmonies of #374291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374291

Black with #374291

Text Example


Text Example

White with #374291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374291; }

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

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

background-color css

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

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

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

border-color css

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

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

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