Html Css Color HEX #335491 Tory Blue

📋 copy color: '#335491'

red 51 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #335491

Tints of Tory Blue #335491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 18.21%
G = 30%
B = 51.79%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335491 (or 0x335491) is known color: Tory Blue. HEX triplet: 33, 54 and 91. RGB value is (51,84,145). Sum of RGB (Red+Green+Blue) = 51+84+145=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #335491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335491 is #CCAB6E. Grayscale: #505050. Windows color (decimal): -13413231 or 9524275. OLE color: 9524275.

HSL color Cylindrical-coordinate representation of color #335491: hue angle of 218.94º 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 #335491 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 84 145 -
CMYK 0.65 0.42 0 0.43
HSL 218.94º 0.48% 0.38% -
HSV(B) 218.94º 0.65% 0.57% -
XYZ 9.65 9.09 28.03 -
YUV 81.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 51 84 145 0.65 0.42 0 0.43 218.94 0.48 0.38
Hex 33 54 91 41 2A 0 2B DB 30 26
Octal 63 124 221 101 52 0 53 333 60 46
Binary 110011 1010100 10010001 1000001 101010 0 101011 11011011 110000 100110

Color Harmonies of #335491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335491

Black with #335491

Text Example


Text Example

White with #335491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335491; }

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

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

background-color css

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

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

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

border-color css

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

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

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