Html Css Color HEX #374D81 Tory Blue

📋 copy color: '#374D81'

red 55 ◦ green 77 ◦ blue 129

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

Shades of Tory Blue #374D81

Tints of Tory Blue #374D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

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

R = 21.07%
G = 29.5%
B = 49.43%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374D81 (or 0x374D81) is known color: Tory Blue. HEX triplet: 37, 4D and 81. RGB value is (55,77,129). Sum of RGB (Red+Green+Blue) = 55+77+129=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #374D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D81 is #C8B27E. Grayscale: #4C4C4C. Windows color (decimal): -13152895 or 8473911. OLE color: 8473911.

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

Color convert

RGB 55 77 129 -
CMYK 0.57 0.40 0 0.49
HSL 222.16º 0.4% 0.36% -
HSV(B) 222.16º 0.57% 0.51% -
XYZ 8.19 7.7 21.82 -
YUV 76.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 55 77 129 0.57 0.40 0 0.49 222.16 0.4 0.36
Hex 37 4D 81 39 28 0 31 DE 28 24
Octal 67 115 201 71 50 0 61 336 50 44
Binary 110111 1001101 10000001 111001 101000 0 110001 11011110 101000 100100

Color Harmonies of #374D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D81

Black with #374D81

Text Example


Text Example

White with #374D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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