#335394

Color #335394 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #335394

Tints of Tory Blue #335394

Color information

#335394 (or 0x335394) is unknown color: approx Tory Blue. HEX triplet: 33, 53 and 94. RGB value is (51,83,148). Sum of RGB (Red+Green+Blue) = 51+83+148=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #335394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335394 is #CCAC6B. Grayscale: #505050. Windows color (decimal): -13413484 or 9720627. OLE color: 9720627.

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

Color convert

RGB5183148-
CMYK0.660.4400.42
HSL220.21º48.74%39.02%-
HSV(B)220.21º65.54%58.04%-
XYZ9.89.0329.24-
YUV80.84165.9106.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 148 (58.20% from 255) = 52.48%
R=18.09%
G=29.43%
B=52.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51831480.660.4400.42220.2148.7439.02
Hex335394422C02Adc3127
Octal63123224102540523346147
Binary1100111010011100101001000010101100010101011011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335394; }

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

 H1.HeaderClassName
 {
   color: #335394;
 }
 .AnyTagClassName
 {
   color: #335394;
 }
</style>
background-color css

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

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

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

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

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

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