Html Css Color HEX #334880 Tory Blue

📋 copy color: '#334880'

red 51 ◦ green 72 ◦ blue 128

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

Shades of Tory Blue #334880

Tints of Tory Blue #334880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 20.32%
G = 28.69%
B = 51%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334880 (or 0x334880) is known color: Tory Blue. HEX triplet: 33, 48 and 80. RGB value is (51,72,128). Sum of RGB (Red+Green+Blue) = 51+72+128=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #334880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334880 is #CCB77F. Grayscale: #474747. Windows color (decimal): -13416320 or 8407091. OLE color: 8407091.

HSL color Cylindrical-coordinate representation of color #334880: hue angle of 223.64º 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 #334880 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 72 128 -
CMYK 0.60 0.44 0 0.50
HSL 223.64º 0.43% 0.35% -
HSV(B) 223.64º 0.6% 0.5% -
XYZ 7.58 6.9 21.35 -
YUV 72.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 51 72 128 0.60 0.44 0 0.50 223.64 0.43 0.35
Hex 33 48 80 3C 2C 0 32 E0 2B 23
Octal 63 110 200 74 54 0 62 340 53 43
Binary 110011 1001000 10000000 111100 101100 0 110010 11100000 101011 100011

Color Harmonies of #334880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334880

Black with #334880

Text Example


Text Example

White with #334880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334880; }

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

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

background-color css

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

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

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

border-color css

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

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

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