Html Css Color HEX #374A82 Tory Blue

📋 copy color: '#374A82'

red 55 ◦ green 74 ◦ blue 130

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

Shades of Tory Blue #374A82

Tints of Tory Blue #374A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 130 (51.17% from 255) = 50.19%

R = 21.24%
G = 28.57%
B = 50.19%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374A82 (or 0x374A82) is known color: Tory Blue. HEX triplet: 37, 4A and 82. RGB value is (55,74,130). Sum of RGB (Red+Green+Blue) = 55+74+130=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #374A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A82 is #C8B57D. Grayscale: #4A4A4A. Windows color (decimal): -13153662 or 8538679. OLE color: 8538679.

HSL color Cylindrical-coordinate representation of color #374A82: hue angle of 224.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374A82 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 74 130 -
CMYK 0.58 0.43 0 0.49
HSL 224.8º 0.41% 0.36% -
HSV(B) 224.8º 0.58% 0.51% -
XYZ 8.05 7.32 22.11 -
YUV 74.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 55 74 130 0.58 0.43 0 0.49 224.8 0.41 0.36
Hex 37 4A 82 3A 2B 0 31 E1 29 24
Octal 67 112 202 72 53 0 61 341 51 44
Binary 110111 1001010 10000010 111010 101011 0 110001 11100001 101001 100100

Color Harmonies of #374A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A82

Black with #374A82

Text Example


Text Example

White with #374A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,130); }

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

background-color css

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

 a { background-color: rgb(55,74,130); }

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

border-color css

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

 span { border-color: rgb(55,74,130); }

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