Html Css Color HEX #335390 Tory Blue

📋 copy color: '#335390'

red 51 ◦ green 83 ◦ blue 144

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

Shades of Tory Blue #335390

Tints of Tory Blue #335390

RGB

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

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

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

R = 18.35%
G = 29.86%
B = 51.8%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#335390 (or 0x335390) is known color: Tory Blue. HEX triplet: 33, 53 and 90. RGB value is (51,83,144). Sum of RGB (Red+Green+Blue) = 51+83+144=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #335390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335390 is #CCAC6F. Grayscale: #505050. Windows color (decimal): -13413488 or 9458483. OLE color: 9458483.

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

Color convert

RGB 51 83 144 -
CMYK 0.65 0.42 0 0.44
HSL 219.35º 0.48% 0.38% -
HSV(B) 219.35º 0.65% 0.56% -
XYZ 9.49 8.9 27.6 -
YUV 80.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 51 83 144 0.65 0.42 0 0.44 219.35 0.48 0.38
Hex 33 53 90 41 2A 0 2C DB 30 26
Octal 63 123 220 101 52 0 54 333 60 46
Binary 110011 1010011 10010000 1000001 101010 0 101100 11011011 110000 100110

Color Harmonies of #335390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335390

Black with #335390

Text Example


Text Example

White with #335390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335390; }

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

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

background-color css

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

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

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

border-color css

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

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

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