Html Css Color HEX #335590 Tory Blue

📋 copy color: '#335590'

red 51 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #335590

Tints of Tory Blue #335590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 18.21%
G = 30.36%
B = 51.43%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#335590 (or 0x335590) is known color: Tory Blue. HEX triplet: 33, 55 and 90. RGB value is (51,85,144). Sum of RGB (Red+Green+Blue) = 51+85+144=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #335590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335590 is #CCAA6F. Grayscale: #515151. Windows color (decimal): -13412976 or 9458995. OLE color: 9458995.

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

Color convert

RGB 51 85 144 -
CMYK 0.65 0.41 0 0.44
HSL 218.06º 0.48% 0.38% -
HSV(B) 218.06º 0.65% 0.56% -
XYZ 9.65 9.21 27.66 -
YUV 81.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 51 85 144 0.65 0.41 0 0.44 218.06 0.48 0.38
Hex 33 55 90 41 29 0 2C DA 30 26
Octal 63 125 220 101 51 0 54 332 60 46
Binary 110011 1010101 10010000 1000001 101001 0 101100 11011010 110000 100110

Color Harmonies of #335590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335590

Black with #335590

Text Example


Text Example

White with #335590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335590; }

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

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

background-color css

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

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

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

border-color css

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

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

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