Html Css Color HEX #374983 Tory Blue

📋 copy color: '#374983'

red 55 ◦ green 73 ◦ blue 131

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

Shades of Tory Blue #374983

Tints of Tory Blue #374983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 21.24%
G = 28.19%
B = 50.58%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374983 (or 0x374983) is known color: Tory Blue. HEX triplet: 37, 49 and 83. RGB value is (55,73,131). Sum of RGB (Red+Green+Blue) = 55+73+131=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #374983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374983 is #C8B67C. Grayscale: #494949. Windows color (decimal): -13153917 or 8603959. OLE color: 8603959.

HSL color Cylindrical-coordinate representation of color #374983: hue angle of 225.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374983 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 73 131 -
CMYK 0.58 0.44 0 0.49
HSL 225.79º 0.41% 0.36% -
HSV(B) 225.79º 0.58% 0.51% -
XYZ 8.05 7.22 22.44 -
YUV 74.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 55 73 131 0.58 0.44 0 0.49 225.79 0.41 0.36
Hex 37 49 83 3A 2C 0 31 E2 29 24
Octal 67 111 203 72 54 0 61 342 51 44
Binary 110111 1001001 10000011 111010 101100 0 110001 11100010 101001 100100

Color Harmonies of #374983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374983

Black with #374983

Text Example


Text Example

White with #374983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374983; }

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

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

background-color css

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

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

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

border-color css

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

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

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