Html Css Color HEX #335695 Tory Blue

📋 copy color: '#335695'

red 51 ◦ green 86 ◦ blue 149

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

Shades of Tory Blue #335695

Tints of Tory Blue #335695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 17.83%
G = 30.07%
B = 52.1%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335695 (or 0x335695) is known color: Tory Blue. HEX triplet: 33, 56 and 95. RGB value is (51,86,149). Sum of RGB (Red+Green+Blue) = 51+86+149=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #335695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335695 is #CCA96A. Grayscale: #525252. Windows color (decimal): -13412715 or 9786931. OLE color: 9786931.

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

Color convert

RGB 51 86 149 -
CMYK 0.66 0.42 0 0.42
HSL 218.57º 0.49% 0.39% -
HSV(B) 218.57º 0.66% 0.58% -
XYZ 10.12 9.53 29.74 -
YUV 82.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 51 86 149 0.66 0.42 0 0.42 218.57 0.49 0.39
Hex 33 56 95 42 2A 0 2A DB 31 27
Octal 63 126 225 102 52 0 52 333 61 47
Binary 110011 1010110 10010101 1000010 101010 0 101010 11011011 110001 100111

Color Harmonies of #335695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335695

Black with #335695

Text Example


Text Example

White with #335695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335695; }

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

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

background-color css

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

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

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

border-color css

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

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

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