Html Css Color HEX #374A8A Tory Blue

📋 copy color: '#374A8A'

red 55 ◦ green 74 ◦ blue 138

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

Shades of Tory Blue #374A8A

Tints of Tory Blue #374A8A

RGB

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

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

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

R = 20.6%
G = 27.72%
B = 51.69%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#374A8A (or 0x374A8A) is known color: Tory Blue. HEX triplet: 37, 4A and 8A. RGB value is (55,74,138). Sum of RGB (Red+Green+Blue) = 55+74+138=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #374A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A8A is #C8B575. Grayscale: #4B4B4B. Windows color (decimal): -13153654 or 9062967. OLE color: 9062967.

HSL color Cylindrical-coordinate representation of color #374A8A: hue angle of 226.27º 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 #374A8A is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 74 138 -
CMYK 0.60 0.46 0 0.46
HSL 226.27º 0.43% 0.38% -
HSV(B) 226.27º 0.6% 0.54% -
XYZ 8.61 7.54 25.05 -
YUV 75.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 55 74 138 0.60 0.46 0 0.46 226.27 0.43 0.38
Hex 37 4A 8A 3C 2E 0 2E E2 2B 26
Octal 67 112 212 74 56 0 56 342 53 46
Binary 110111 1001010 10001010 111100 101110 0 101110 11100010 101011 100110

Color Harmonies of #374A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A8A

Black with #374A8A

Text Example


Text Example

White with #374A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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