Html Css Color HEX #335293 Tory Blue

📋 copy color: '#335293'

red 51 ◦ green 82 ◦ blue 147

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

Shades of Tory Blue #335293

Tints of Tory Blue #335293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 18.21%
G = 29.29%
B = 52.5%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335293 (or 0x335293) is known color: Tory Blue. HEX triplet: 33, 52 and 93. RGB value is (51,82,147). Sum of RGB (Red+Green+Blue) = 51+82+147=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #335293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335293 is #CCAD6C. Grayscale: #4F4F4F. Windows color (decimal): -13413741 or 9654835. OLE color: 9654835.

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

Color convert

RGB 51 82 147 -
CMYK 0.65 0.44 0 0.42
HSL 220.63º 0.48% 0.39% -
HSV(B) 220.63º 0.65% 0.58% -
XYZ 9.65 8.84 28.8 -
YUV 80.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 51 82 147 0.65 0.44 0 0.42 220.63 0.48 0.39
Hex 33 52 93 41 2C 0 2A DD 30 27
Octal 63 122 223 101 54 0 52 335 60 47
Binary 110011 1010010 10010011 1000001 101100 0 101010 11011101 110000 100111

Color Harmonies of #335293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335293

Black with #335293

Text Example


Text Example

White with #335293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335293; }

 p { color: rgb(51,82,147); }

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

background-color css

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

 a { background-color: rgb(51,82,147); }

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

border-color css

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

 span { border-color: rgb(51,82,147); }

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