Html Css Color HEX #374780 Tory Blue

📋 copy color: '#374780'

red 55 ◦ green 71 ◦ blue 128

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

Shades of Tory Blue #374780

Tints of Tory Blue #374780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.39%

R = 21.65%
G = 27.95%
B = 50.39%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374780 (or 0x374780) is known color: Tory Blue. HEX triplet: 37, 47 and 80. RGB value is (55,71,128). Sum of RGB (Red+Green+Blue) = 55+71+128=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #374780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374780 is #C8B87F. Grayscale: #484848. Windows color (decimal): -13154432 or 8406839. OLE color: 8406839.

HSL color Cylindrical-coordinate representation of color #374780: hue angle of 226.85º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374780 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 71 128 -
CMYK 0.57 0.45 0 0.50
HSL 226.85º 0.4% 0.36% -
HSV(B) 226.85º 0.57% 0.5% -
XYZ 7.73 6.88 21.34 -
YUV 72.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 55 71 128 0.57 0.45 0 0.50 226.85 0.4 0.36
Hex 37 47 80 39 2D 0 32 E3 28 24
Octal 67 107 200 71 55 0 62 343 50 44
Binary 110111 1000111 10000000 111001 101101 0 110010 11100011 101000 100100

Color Harmonies of #374780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374780

Black with #374780

Text Example


Text Example

White with #374780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374780; }

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

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

background-color css

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

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

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

border-color css

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

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

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