Html Css Color HEX #374CA0 Tory Blue

📋 copy color: '#374CA0'

red 55 ◦ green 76 ◦ blue 160

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

Shades of Tory Blue #374CA0

Tints of Tory Blue #374CA0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.12%

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

R = 18.9%
G = 26.12%
B = 54.98%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#374CA0 (or 0x374CA0) is known color: Tory Blue. HEX triplet: 37, 4C and A0. RGB value is (55,76,160). Sum of RGB (Red+Green+Blue) = 55+76+160=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #374CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CA0 is #C8B35F. Grayscale: #4E4E4E. Windows color (decimal): -13153120 or 10505271. OLE color: 10505271.

HSL color Cylindrical-coordinate representation of color #374CA0: hue angle of 228º 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 #374CA0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 76 160 -
CMYK 0.66 0.52 0 0.37
HSL 228º 0.49% 0.42% -
HSV(B) 228º 0.66% 0.63% -
XYZ 10.51 8.52 34.35 -
YUV 79.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 55 76 160 0.66 0.52 0 0.37 228 0.49 0.42
Hex 37 4C A0 42 34 0 25 E4 31 2A
Octal 67 114 240 102 64 0 45 344 61 52
Binary 110111 1001100 10100000 1000010 110100 0 100101 11100100 110001 101010

Color Harmonies of #374CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CA0

Black with #374CA0

Text Example


Text Example

White with #374CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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