Html Css Color HEX #374D8B Tory Blue

📋 copy color: '#374D8B'

red 55 ◦ green 77 ◦ blue 139

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

Shades of Tory Blue #374D8B

Tints of Tory Blue #374D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 20.3%
G = 28.41%
B = 51.29%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#374D8B (or 0x374D8B) is known color: Tory Blue. HEX triplet: 37, 4D and 8B. RGB value is (55,77,139). Sum of RGB (Red+Green+Blue) = 55+77+139=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #374D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D8B is #C8B274. Grayscale: #4D4D4D. Windows color (decimal): -13152885 or 9129271. OLE color: 9129271.

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

Color convert

RGB 55 77 139 -
CMYK 0.60 0.45 0 0.45
HSL 224.29º 0.43% 0.38% -
HSV(B) 224.29º 0.6% 0.55% -
XYZ 8.89 7.98 25.5 -
YUV 77.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 55 77 139 0.60 0.45 0 0.45 224.29 0.43 0.38
Hex 37 4D 8B 3C 2D 0 2D E0 2B 26
Octal 67 115 213 74 55 0 55 340 53 46
Binary 110111 1001101 10001011 111100 101101 0 101101 11100000 101011 100110

Color Harmonies of #374D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D8B

Black with #374D8B

Text Example


Text Example

White with #374D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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