Html Css Color HEX #374690 Tory Blue

📋 copy color: '#374690'

red 55 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #374690

Tints of Tory Blue #374690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 20.45%
G = 26.02%
B = 53.53%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#374690 (or 0x374690) is known color: Tory Blue. HEX triplet: 37, 46 and 90. RGB value is (55,70,144). Sum of RGB (Red+Green+Blue) = 55+70+144=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #374690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374690 is #C8B96F. Grayscale: #494949. Windows color (decimal): -13154672 or 9455159. OLE color: 9455159.

HSL color Cylindrical-coordinate representation of color #374690: hue angle of 229.89º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374690 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 70 144 -
CMYK 0.62 0.51 0 0.44
HSL 229.89º 0.45% 0.39% -
HSV(B) 229.89º 0.62% 0.56% -
XYZ 8.8 7.21 27.31 -
YUV 73.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 55 70 144 0.62 0.51 0 0.44 229.89 0.45 0.39
Hex 37 46 90 3E 33 0 2C E6 2D 27
Octal 67 106 220 76 63 0 54 346 55 47
Binary 110111 1000110 10010000 111110 110011 0 101100 11100110 101101 100111

Color Harmonies of #374690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374690

Black with #374690

Text Example


Text Example

White with #374690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374690; }

 p { color: rgb(55,70,144); }

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

background-color css

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

 a { background-color: rgb(55,70,144); }

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

border-color css

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

 span { border-color: rgb(55,70,144); }

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