Html Css Color HEX #335392 Tory Blue

📋 copy color: '#335392'

red 51 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #335392

Tints of Tory Blue #335392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 18.21%
G = 29.64%
B = 52.14%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#335392 (or 0x335392) is known color: Tory Blue. HEX triplet: 33, 53 and 92. RGB value is (51,83,146). Sum of RGB (Red+Green+Blue) = 51+83+146=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #335392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335392 is #CCAC6D. Grayscale: #505050. Windows color (decimal): -13413486 or 9589555. OLE color: 9589555.

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

Color convert

RGB 51 83 146 -
CMYK 0.65 0.43 0 0.43
HSL 219.79º 0.48% 0.39% -
HSV(B) 219.79º 0.65% 0.57% -
XYZ 9.65 8.97 28.42 -
YUV 80.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 51 83 146 0.65 0.43 0 0.43 219.79 0.48 0.39
Hex 33 53 92 41 2B 0 2B DC 30 27
Octal 63 123 222 101 53 0 53 334 60 47
Binary 110011 1010011 10010010 1000001 101011 0 101011 11011100 110000 100111

Color Harmonies of #335392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335392

Black with #335392

Text Example


Text Example

White with #335392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335392; }

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

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

background-color css

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

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

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

border-color css

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

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

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