Html Css Color HEX #335593 Tory Blue

📋 copy color: '#335593'

red 51 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #335593

Tints of Tory Blue #335593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 18.02%
G = 30.04%
B = 51.94%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335593 (or 0x335593) is known color: Tory Blue. HEX triplet: 33, 55 and 93. RGB value is (51,85,147). Sum of RGB (Red+Green+Blue) = 51+85+147=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #335593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335593 is #CCAA6C. Grayscale: #515151. Windows color (decimal): -13412973 or 9655603. OLE color: 9655603.

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

Color convert

RGB 51 85 147 -
CMYK 0.65 0.42 0 0.42
HSL 218.75º 0.48% 0.39% -
HSV(B) 218.75º 0.65% 0.58% -
XYZ 9.88 9.31 28.88 -
YUV 81.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 51 85 147 0.65 0.42 0 0.42 218.75 0.48 0.39
Hex 33 55 93 41 2A 0 2A DB 30 27
Octal 63 125 223 101 52 0 52 333 60 47
Binary 110011 1010101 10010011 1000001 101010 0 101010 11011011 110000 100111

Color Harmonies of #335593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335593

Black with #335593

Text Example


Text Example

White with #335593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335593; }

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

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

background-color css

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

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

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

border-color css

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

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

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