Html Css Color HEX #374986 Tory Blue

📋 copy color: '#374986'

red 55 ◦ green 73 ◦ blue 134

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

Shades of Tory Blue #374986

Tints of Tory Blue #374986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 20.99%
G = 27.86%
B = 51.15%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374986 (or 0x374986) is known color: Tory Blue. HEX triplet: 37, 49 and 86. RGB value is (55,73,134). Sum of RGB (Red+Green+Blue) = 55+73+134=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #374986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374986 is #C8B679. Grayscale: #4A4A4A. Windows color (decimal): -13153914 or 8800567. OLE color: 8800567.

HSL color Cylindrical-coordinate representation of color #374986: hue angle of 226.33º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374986 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 73 134 -
CMYK 0.59 0.46 0 0.47
HSL 226.33º 0.42% 0.37% -
HSV(B) 226.33º 0.59% 0.53% -
XYZ 8.26 7.3 23.53 -
YUV 74.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 55 73 134 0.59 0.46 0 0.47 226.33 0.42 0.37
Hex 37 49 86 3B 2E 0 2F E2 2A 25
Octal 67 111 206 73 56 0 57 342 52 45
Binary 110111 1001001 10000110 111011 101110 0 101111 11100010 101010 100101

Color Harmonies of #374986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374986

Black with #374986

Text Example


Text Example

White with #374986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374986; }

 p { color: rgb(55,73,134); }

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

background-color css

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

 a { background-color: rgb(55,73,134); }

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

border-color css

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

 span { border-color: rgb(55,73,134); }

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