Html Css Color HEX #335197 Tory Blue

📋 copy color: '#335197'

red 51 ◦ green 81 ◦ blue 151

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

Shades of Tory Blue #335197

Tints of Tory Blue #335197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 18.02%
G = 28.62%
B = 53.36%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#335197 (or 0x335197) is known color: Tory Blue. HEX triplet: 33, 51 and 97. RGB value is (51,81,151). Sum of RGB (Red+Green+Blue) = 51+81+151=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #335197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335197 is #CCAE68. Grayscale: #4F4F4F. Windows color (decimal): -13413993 or 9916723. OLE color: 9916723.

HSL color Cylindrical-coordinate representation of color #335197: hue angle of 222º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335197 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 81 151 -
CMYK 0.66 0.46 0 0.41
HSL 222º 0.5% 0.4% -
HSV(B) 222º 0.66% 0.59% -
XYZ 9.89 8.82 30.46 -
YUV 80.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 51 81 151 0.66 0.46 0 0.41 222 0.5 0.4
Hex 33 51 97 42 2E 0 29 DE 32 28
Octal 63 121 227 102 56 0 51 336 62 50
Binary 110011 1010001 10010111 1000010 101110 0 101001 11011110 110010 101000

Color Harmonies of #335197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335197

Black with #335197

Text Example


Text Example

White with #335197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335197; }

 p { color: rgb(51,81,151); }

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

background-color css

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

 a { background-color: rgb(51,81,151); }

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

border-color css

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

 span { border-color: rgb(51,81,151); }

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