Html Css Color HEX #334780 Tory Blue

📋 copy color: '#334780'

red 51 ◦ green 71 ◦ blue 128

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

Shades of Tory Blue #334780

Tints of Tory Blue #334780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 20.4%
G = 28.4%
B = 51.2%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334780 (or 0x334780) is known color: Tory Blue. HEX triplet: 33, 47 and 80. RGB value is (51,71,128). Sum of RGB (Red+Green+Blue) = 51+71+128=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #334780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334780 is #CCB87F. Grayscale: #474747. Windows color (decimal): -13416576 or 8406835. OLE color: 8406835.

HSL color Cylindrical-coordinate representation of color #334780: hue angle of 224.42º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334780 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 71 128 -
CMYK 0.60 0.45 0 0.50
HSL 224.42º 0.43% 0.35% -
HSV(B) 224.42º 0.6% 0.5% -
XYZ 7.51 6.77 21.33 -
YUV 71.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 51 71 128 0.60 0.45 0 0.50 224.42 0.43 0.35
Hex 33 47 80 3C 2D 0 32 E0 2B 23
Octal 63 107 200 74 55 0 62 340 53 43
Binary 110011 1000111 10000000 111100 101101 0 110010 11100000 101011 100011

Color Harmonies of #334780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334780

Black with #334780

Text Example


Text Example

White with #334780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334780; }

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

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

background-color css

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

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

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

border-color css

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

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

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