Html Css Color HEX #374F90 Tory Blue

📋 copy color: '#374F90'

red 55 ◦ green 79 ◦ blue 144

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

Shades of Tory Blue #374F90

Tints of Tory Blue #374F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 19.78%
G = 28.42%
B = 51.8%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#374F90 (or 0x374F90) is known color: Tory Blue. HEX triplet: 37, 4F and 90. RGB value is (55,79,144). Sum of RGB (Red+Green+Blue) = 55+79+144=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #374F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F90 is #C8B06F. Grayscale: #4E4E4E. Windows color (decimal): -13152368 or 9457463. OLE color: 9457463.

HSL color Cylindrical-coordinate representation of color #374F90: hue angle of 223.82º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374F90 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 79 144 -
CMYK 0.62 0.45 0 0.44
HSL 223.82º 0.45% 0.39% -
HSV(B) 223.82º 0.62% 0.56% -
XYZ 9.41 8.42 27.51 -
YUV 79.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 55 79 144 0.62 0.45 0 0.44 223.82 0.45 0.39
Hex 37 4F 90 3E 2D 0 2C E0 2D 27
Octal 67 117 220 76 55 0 54 340 55 47
Binary 110111 1001111 10010000 111110 101101 0 101100 11100000 101101 100111

Color Harmonies of #374F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F90

Black with #374F90

Text Example


Text Example

White with #374F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,144); }

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

background-color css

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

 a { background-color: rgb(55,79,144); }

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

border-color css

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

 span { border-color: rgb(55,79,144); }

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