Html Css Color HEX #374790 Tory Blue

📋 copy color: '#374790'

red 55 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #374790

Tints of Tory Blue #374790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 20.37%
G = 26.3%
B = 53.33%

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

#374790 (or 0x374790) is known color: Tory Blue. HEX triplet: 37, 47 and 90. RGB value is (55,71,144). Sum of RGB (Red+Green+Blue) = 55+71+144=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #374790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374790 is #C8B86F. Grayscale: #4A4A4A. Windows color (decimal): -13154416 or 9455415. OLE color: 9455415.

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

Color convert

RGB 55 71 144 -
CMYK 0.62 0.51 0 0.44
HSL 229.21º 0.45% 0.39% -
HSV(B) 229.21º 0.62% 0.56% -
XYZ 8.86 7.33 27.33 -
YUV 74.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 55 71 144 0.62 0.51 0 0.44 229.21 0.45 0.39
Hex 37 47 90 3E 33 0 2C E5 2D 27
Octal 67 107 220 76 63 0 54 345 55 47
Binary 110111 1000111 10010000 111110 110011 0 101100 11100101 101101 100111

Color Harmonies of #374790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374790

Black with #374790

Text Example


Text Example

White with #374790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374790; }

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

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

background-color css

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

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

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

border-color css

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

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

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