Html Css Color HEX #374D8A Tory Blue

📋 copy color: '#374D8A'

red 55 ◦ green 77 ◦ blue 138

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

Shades of Tory Blue #374D8A

Tints of Tory Blue #374D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 20.37%
G = 28.52%
B = 51.11%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#374D8A (or 0x374D8A) is known color: Tory Blue. HEX triplet: 37, 4D and 8A. RGB value is (55,77,138). Sum of RGB (Red+Green+Blue) = 55+77+138=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #374D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D8A is #C8B275. Grayscale: #4D4D4D. Windows color (decimal): -13152886 or 9063735. OLE color: 9063735.

HSL color Cylindrical-coordinate representation of color #374D8A: hue angle of 224.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374D8A is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 77 138 -
CMYK 0.60 0.44 0 0.46
HSL 224.1º 0.43% 0.38% -
HSV(B) 224.1º 0.6% 0.54% -
XYZ 8.82 7.95 25.12 -
YUV 77.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 55 77 138 0.60 0.44 0 0.46 224.1 0.43 0.38
Hex 37 4D 8A 3C 2C 0 2E E0 2B 26
Octal 67 115 212 74 54 0 56 340 53 46
Binary 110111 1001101 10001010 111100 101100 0 101110 11100000 101011 100110

Color Harmonies of #374D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D8A

Black with #374D8A

Text Example


Text Example

White with #374D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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