Html Css Color HEX #335395 Tory Blue

📋 copy color: '#335395'

red 51 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #335395

Tints of Tory Blue #335395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 18.02%
G = 29.33%
B = 52.65%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335395 (or 0x335395) is known color: Tory Blue. HEX triplet: 33, 53 and 95. RGB value is (51,83,149). Sum of RGB (Red+Green+Blue) = 51+83+149=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #335395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335395 is #CCAC6A. Grayscale: #505050. Windows color (decimal): -13413483 or 9786163. OLE color: 9786163.

HSL color Cylindrical-coordinate representation of color #335395: hue angle of 220.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335395 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 83 149 -
CMYK 0.66 0.44 0 0.42
HSL 220.41º 0.49% 0.39% -
HSV(B) 220.41º 0.66% 0.58% -
XYZ 9.88 9.06 29.66 -
YUV 80.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 51 83 149 0.66 0.44 0 0.42 220.41 0.49 0.39
Hex 33 53 95 42 2C 0 2A DC 31 27
Octal 63 123 225 102 54 0 52 334 61 47
Binary 110011 1010011 10010101 1000010 101100 0 101010 11011100 110001 100111

Color Harmonies of #335395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335395

Black with #335395

Text Example


Text Example

White with #335395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335395; }

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

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

background-color css

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

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

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

border-color css

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

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

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