Html Css Color HEX #335194 Tory Blue

📋 copy color: '#335194'

red 51 ◦ green 81 ◦ blue 148

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

Shades of Tory Blue #335194

Tints of Tory Blue #335194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.86%

R = 18.21%
G = 28.93%
B = 52.86%

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

#335194 (or 0x335194) is known color: Tory Blue. HEX triplet: 33, 51 and 94. RGB value is (51,81,148). Sum of RGB (Red+Green+Blue) = 51+81+148=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #335194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335194 is #CCAE6B. Grayscale: #4F4F4F. Windows color (decimal): -13413996 or 9720115. OLE color: 9720115.

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

Color convert

RGB 51 81 148 -
CMYK 0.66 0.45 0 0.42
HSL 221.44º 0.49% 0.39% -
HSV(B) 221.44º 0.66% 0.58% -
XYZ 9.65 8.73 29.19 -
YUV 79.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 51 81 148 0.66 0.45 0 0.42 221.44 0.49 0.39
Hex 33 51 94 42 2D 0 2A DD 31 27
Octal 63 121 224 102 55 0 52 335 61 47
Binary 110011 1010001 10010100 1000010 101101 0 101010 11011101 110001 100111

Color Harmonies of #335194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335194

Black with #335194

Text Example


Text Example

White with #335194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335194; }

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

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

background-color css

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

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

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

border-color css

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

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

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