Html Css Color HEX #335199 Tory Blue

📋 copy color: '#335199'

red 51 ◦ green 81 ◦ blue 153

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

Shades of Tory Blue #335199

Tints of Tory Blue #335199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 17.89%
G = 28.42%
B = 53.68%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#335199 (or 0x335199) is known color: Tory Blue. HEX triplet: 33, 51 and 99. RGB value is (51,81,153). Sum of RGB (Red+Green+Blue) = 51+81+153=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #335199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335199 is #CCAE66. Grayscale: #4F4F4F. Windows color (decimal): -13413991 or 10047795. OLE color: 10047795.

HSL color Cylindrical-coordinate representation of color #335199: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335199 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 81 153 -
CMYK 0.67 0.47 0 0.4
HSL 222.35º 0.5% 0.4% -
HSV(B) 222.35º 0.67% 0.6% -
XYZ 10.06 8.89 31.32 -
YUV 80.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 51 81 153 0.67 0.47 0 0.4 222.35 0.5 0.4
Hex 33 51 99 43 2F 0 28 DE 32 28
Octal 63 121 231 103 57 0 50 336 62 50
Binary 110011 1010001 10011001 1000011 101111 0 101000 11011110 110010 101000

Color Harmonies of #335199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335199

Black with #335199

Text Example


Text Example

White with #335199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335199; }

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

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

background-color css

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

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

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

border-color css

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

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

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