Html Css Color HEX #335090 Tory Blue

📋 copy color: '#335090'

red 51 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #335090

Tints of Tory Blue #335090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 18.55%
G = 29.09%
B = 52.36%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#335090 (or 0x335090) is known color: Tory Blue. HEX triplet: 33, 50 and 90. RGB value is (51,80,144). Sum of RGB (Red+Green+Blue) = 51+80+144=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #335090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335090 is #CCAF6F. Grayscale: #4E4E4E. Windows color (decimal): -13414256 or 9457715. OLE color: 9457715.

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

Color convert

RGB 51 80 144 -
CMYK 0.65 0.44 0 0.44
HSL 221.29º 0.48% 0.38% -
HSV(B) 221.29º 0.65% 0.56% -
XYZ 9.27 8.45 27.53 -
YUV 78.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 51 80 144 0.65 0.44 0 0.44 221.29 0.48 0.38
Hex 33 50 90 41 2C 0 2C DD 30 26
Octal 63 120 220 101 54 0 54 335 60 46
Binary 110011 1010000 10010000 1000001 101100 0 101100 11011101 110000 100110

Color Harmonies of #335090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335090

Black with #335090

Text Example


Text Example

White with #335090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335090; }

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

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

background-color css

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

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

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

border-color css

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

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

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