Html Css Color HEX #334790 Tory Blue

📋 copy color: '#334790'

red 51 ◦ green 71 ◦ blue 144

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

Shades of Tory Blue #334790

Tints of Tory Blue #334790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 19.17%
G = 26.69%
B = 54.14%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#334790 (or 0x334790) is known color: Tory Blue. HEX triplet: 33, 47 and 90. RGB value is (51,71,144). Sum of RGB (Red+Green+Blue) = 51+71+144=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #334790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334790 is #CCB86F. Grayscale: #494949. Windows color (decimal): -13416560 or 9455411. OLE color: 9455411.

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

Color convert

RGB 51 71 144 -
CMYK 0.65 0.51 0 0.44
HSL 227.1º 0.48% 0.38% -
HSV(B) 227.1º 0.65% 0.56% -
XYZ 8.65 7.22 27.32 -
YUV 73.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 51 71 144 0.65 0.51 0 0.44 227.1 0.48 0.38
Hex 33 47 90 41 33 0 2C E3 30 26
Octal 63 107 220 101 63 0 54 343 60 46
Binary 110011 1000111 10010000 1000001 110011 0 101100 11100011 110000 100110

Color Harmonies of #334790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334790

Black with #334790

Text Example


Text Example

White with #334790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334790; }

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

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

background-color css

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

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

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

border-color css

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

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

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