Html Css Color HEX #335295 Tory Blue

📋 copy color: '#335295'

red 51 ◦ green 82 ◦ blue 149

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

Shades of Tory Blue #335295

Tints of Tory Blue #335295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 18.09%
G = 29.08%
B = 52.84%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335295 (or 0x335295) is known color: Tory Blue. HEX triplet: 33, 52 and 95. RGB value is (51,82,149). Sum of RGB (Red+Green+Blue) = 51+82+149=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #335295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335295 is #CCAD6A. Grayscale: #505050. Windows color (decimal): -13413739 or 9785907. OLE color: 9785907.

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

Color convert

RGB 51 82 149 -
CMYK 0.66 0.45 0 0.42
HSL 221.02º 0.49% 0.39% -
HSV(B) 221.02º 0.66% 0.58% -
XYZ 9.81 8.91 29.64 -
YUV 80.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 51 82 149 0.66 0.45 0 0.42 221.02 0.49 0.39
Hex 33 52 95 42 2D 0 2A DD 31 27
Octal 63 122 225 102 55 0 52 335 61 47
Binary 110011 1010010 10010101 1000010 101101 0 101010 11011101 110001 100111

Color Harmonies of #335295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335295

Black with #335295

Text Example


Text Example

White with #335295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335295; }

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

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

background-color css

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

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

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

border-color css

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

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

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