Html Css Color HEX #374B90 Tory Blue

📋 copy color: '#374B90'

red 55 ◦ green 75 ◦ blue 144

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

Shades of Tory Blue #374B90

Tints of Tory Blue #374B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.37%

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

R = 20.07%
G = 27.37%
B = 52.55%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#374B90 (or 0x374B90) is known color: Tory Blue. HEX triplet: 37, 4B and 90. RGB value is (55,75,144). Sum of RGB (Red+Green+Blue) = 55+75+144=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #374B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374B90 is #C8B46F. Grayscale: #4C4C4C. Windows color (decimal): -13153392 or 9456439. OLE color: 9456439.

HSL color Cylindrical-coordinate representation of color #374B90: hue angle of 226.52º 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 #374B90 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 75 144 -
CMYK 0.62 0.48 0 0.44
HSL 226.52º 0.45% 0.39% -
HSV(B) 226.52º 0.62% 0.56% -
XYZ 9.13 7.86 27.42 -
YUV 76.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 55 75 144 0.62 0.48 0 0.44 226.52 0.45 0.39
Hex 37 4B 90 3E 30 0 2C E3 2D 27
Octal 67 113 220 76 60 0 54 343 55 47
Binary 110111 1001011 10010000 111110 110000 0 101100 11100011 101101 100111

Color Harmonies of #374B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B90

Black with #374B90

Text Example


Text Example

White with #374B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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