Html Css Color HEX #334984 Tory Blue

📋 copy color: '#334984'

red 51 ◦ green 73 ◦ blue 132

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

Shades of Tory Blue #334984

Tints of Tory Blue #334984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 19.92%
G = 28.52%
B = 51.56%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#334984 (or 0x334984) is known color: Tory Blue. HEX triplet: 33, 49 and 84. RGB value is (51,73,132). Sum of RGB (Red+Green+Blue) = 51+73+132=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #334984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334984 is #CCB67B. Grayscale: #484848. Windows color (decimal): -13416060 or 8669491. OLE color: 8669491.

HSL color Cylindrical-coordinate representation of color #334984: hue angle of 223.7º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334984 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 73 132 -
CMYK 0.61 0.45 0 0.48
HSL 223.7º 0.44% 0.36% -
HSV(B) 223.7º 0.61% 0.52% -
XYZ 7.91 7.13 22.79 -
YUV 73.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 51 73 132 0.61 0.45 0 0.48 223.7 0.44 0.36
Hex 33 49 84 3D 2D 0 30 E0 2C 24
Octal 63 111 204 75 55 0 60 340 54 44
Binary 110011 1001001 10000100 111101 101101 0 110000 11100000 101100 100100

Color Harmonies of #334984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334984

Black with #334984

Text Example


Text Example

White with #334984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334984; }

 p { color: rgb(51,73,132); }

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

background-color css

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

 a { background-color: rgb(51,73,132); }

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

border-color css

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

 span { border-color: rgb(51,73,132); }

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