Html Css Color HEX #335292 Tory Blue

📋 copy color: '#335292'

red 51 ◦ green 82 ◦ blue 146

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

Shades of Tory Blue #335292

Tints of Tory Blue #335292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.33%

R = 18.28%
G = 29.39%
B = 52.33%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335292 (or 0x335292) is known color: Tory Blue. HEX triplet: 33, 52 and 92. RGB value is (51,82,146). Sum of RGB (Red+Green+Blue) = 51+82+146=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #335292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335292 is #CCAD6D. Grayscale: #4F4F4F. Windows color (decimal): -13413742 or 9589299. OLE color: 9589299.

HSL color Cylindrical-coordinate representation of color #335292: hue angle of 220.42º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335292 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 82 146 -
CMYK 0.65 0.44 0 0.43
HSL 220.42º 0.48% 0.39% -
HSV(B) 220.42º 0.65% 0.57% -
XYZ 9.57 8.81 28.39 -
YUV 80.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 51 82 146 0.65 0.44 0 0.43 220.42 0.48 0.39
Hex 33 52 92 41 2C 0 2B DC 30 27
Octal 63 122 222 101 54 0 53 334 60 47
Binary 110011 1010010 10010010 1000001 101100 0 101011 11011100 110000 100111

Color Harmonies of #335292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335292

Black with #335292

Text Example


Text Example

White with #335292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335292; }

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

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

background-color css

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

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

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

border-color css

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

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

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