Html Css Color HEX #374BA0 Tory Blue

📋 copy color: '#374BA0'

red 55 ◦ green 75 ◦ blue 160

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

Shades of Tory Blue #374BA0

Tints of Tory Blue #374BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 55.17%

R = 18.97%
G = 25.86%
B = 55.17%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#374BA0 (or 0x374BA0) is known color: Tory Blue. HEX triplet: 37, 4B and A0. RGB value is (55,75,160). Sum of RGB (Red+Green+Blue) = 55+75+160=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #374BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BA0 is #C8B45F. Grayscale: #4E4E4E. Windows color (decimal): -13153376 or 10505015. OLE color: 10505015.

HSL color Cylindrical-coordinate representation of color #374BA0: hue angle of 228.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374BA0 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 75 160 -
CMYK 0.66 0.53 0 0.37
HSL 228.57º 0.49% 0.42% -
HSV(B) 228.57º 0.66% 0.63% -
XYZ 10.44 8.38 34.33 -
YUV 78.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 55 75 160 0.66 0.53 0 0.37 228.57 0.49 0.42
Hex 37 4B A0 42 35 0 25 E5 31 2A
Octal 67 113 240 102 65 0 45 345 61 52
Binary 110111 1001011 10100000 1000010 110101 0 100101 11100101 110001 101010

Color Harmonies of #374BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BA0

Black with #374BA0

Text Example


Text Example

White with #374BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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