Html Css Color HEX #334791 Tory Blue

📋 copy color: '#334791'

red 51 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #334791

Tints of Tory Blue #334791

RGB

 RED value IS 51 (20.31% from 255) = 19.1%

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 19.1%
G = 26.59%
B = 54.31%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#334791 (or 0x334791) is known color: Tory Blue. HEX triplet: 33, 47 and 91. RGB value is (51,71,145). Sum of RGB (Red+Green+Blue) = 51+71+145=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #334791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334791 is #CCB86E. Grayscale: #494949. Windows color (decimal): -13416559 or 9520947. OLE color: 9520947.

HSL color Cylindrical-coordinate representation of color #334791: hue angle of 227.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334791 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 71 145 -
CMYK 0.65 0.51 0 0.43
HSL 227.23º 0.48% 0.38% -
HSV(B) 227.23º 0.65% 0.57% -
XYZ 8.73 7.25 27.73 -
YUV 73.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 51 71 145 0.65 0.51 0 0.43 227.23 0.48 0.38
Hex 33 47 91 41 33 0 2B E3 30 26
Octal 63 107 221 101 63 0 53 343 60 46
Binary 110011 1000111 10010001 1000001 110011 0 101011 11100011 110000 100110

Color Harmonies of #334791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334791

Black with #334791

Text Example


Text Example

White with #334791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334791; }

 p { color: rgb(51,71,145); }

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

background-color css

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

 a { background-color: rgb(51,71,145); }

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

border-color css

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

 span { border-color: rgb(51,71,145); }

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