Html Css Color HEX #335393 Tory Blue

📋 copy color: '#335393'

red 51 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #335393

Tints of Tory Blue #335393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 18.15%
G = 29.54%
B = 52.31%

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

#335393 (or 0x335393) is known color: Tory Blue. HEX triplet: 33, 53 and 93. RGB value is (51,83,147). Sum of RGB (Red+Green+Blue) = 51+83+147=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #335393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335393 is #CCAC6C. Grayscale: #505050. Windows color (decimal): -13413485 or 9655091. OLE color: 9655091.

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

Color convert

RGB 51 83 147 -
CMYK 0.65 0.44 0 0.42
HSL 220º 0.48% 0.39% -
HSV(B) 220º 0.65% 0.58% -
XYZ 9.72 9 28.83 -
YUV 80.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 51 83 147 0.65 0.44 0 0.42 220 0.48 0.39
Hex 33 53 93 41 2C 0 2A DC 30 27
Octal 63 123 223 101 54 0 52 334 60 47
Binary 110011 1010011 10010011 1000001 101100 0 101010 11011100 110000 100111

Color Harmonies of #335393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335393

Black with #335393

Text Example


Text Example

White with #335393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335393; }

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

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

background-color css

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

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

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

border-color css

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

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

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