Html Css Color HEX #374A81 Tory Blue

📋 copy color: '#374A81'

red 55 ◦ green 74 ◦ blue 129

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

Shades of Tory Blue #374A81

Tints of Tory Blue #374A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50%

R = 21.32%
G = 28.68%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374A81 (or 0x374A81) is known color: Tory Blue. HEX triplet: 37, 4A and 81. RGB value is (55,74,129). Sum of RGB (Red+Green+Blue) = 55+74+129=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #374A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A81 is #C8B57E. Grayscale: #4A4A4A. Windows color (decimal): -13153663 or 8473143. OLE color: 8473143.

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

Color convert

RGB 55 74 129 -
CMYK 0.57 0.43 0 0.49
HSL 224.59º 0.4% 0.36% -
HSV(B) 224.59º 0.57% 0.51% -
XYZ 7.99 7.29 21.76 -
YUV 74.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 55 74 129 0.57 0.43 0 0.49 224.59 0.4 0.36
Hex 37 4A 81 39 2B 0 31 E1 28 24
Octal 67 112 201 71 53 0 61 341 50 44
Binary 110111 1001010 10000001 111001 101011 0 110001 11100001 101000 100100

Color Harmonies of #374A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A81

Black with #374A81

Text Example


Text Example

White with #374A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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