Html Css Color HEX #374C80 Tory Blue

📋 copy color: '#374C80'

red 55 ◦ green 76 ◦ blue 128

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

Shades of Tory Blue #374C80

Tints of Tory Blue #374C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

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

R = 21.24%
G = 29.34%
B = 49.42%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374C80 (or 0x374C80) is known color: Tory Blue. HEX triplet: 37, 4C and 80. RGB value is (55,76,128). Sum of RGB (Red+Green+Blue) = 55+76+128=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #374C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C80 is #C8B37F. Grayscale: #4B4B4B. Windows color (decimal): -13153152 or 8408119. OLE color: 8408119.

HSL color Cylindrical-coordinate representation of color #374C80: hue angle of 222.74º 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 #374C80 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 76 128 -
CMYK 0.57 0.41 0 0.50
HSL 222.74º 0.4% 0.36% -
HSV(B) 222.74º 0.57% 0.5% -
XYZ 8.06 7.54 21.45 -
YUV 75.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 55 76 128 0.57 0.41 0 0.50 222.74 0.4 0.36
Hex 37 4C 80 39 29 0 32 DF 28 24
Octal 67 114 200 71 51 0 62 337 50 44
Binary 110111 1001100 10000000 111001 101001 0 110010 11011111 101000 100100

Color Harmonies of #374C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C80

Black with #374C80

Text Example


Text Example

White with #374C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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