#335595

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

Shades of Tory Blue #335595

Tints of Tory Blue #335595

Color information

#335595 (or 0x335595) is unknown color: approx Tory Blue. HEX triplet: 33, 55 and 95. RGB value is (51,85,149). Sum of RGB (Red+Green+Blue) = 51+85+149=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #335595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335595 is #CCAA6A. Grayscale: #515151. Windows color (decimal): -13412971 or 9786675. OLE color: 9786675.

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

Color convert

RGB5185149-
CMYK0.660.4300.42
HSL219.18º49%39.22%-
HSV(B)219.18º65.77%58.43%-
XYZ10.049.3729.71-
YUV82.13165.74105.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=17.89%
G=29.82%
B=52.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51851490.660.4300.42219.184939.22
Hex335595422B02Adb3127
Octal63125225102530523336147
Binary1100111010101100101011000010101011010101011011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335595; }

 p { color: rgb(51,85,149); }

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

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

 a { background-color: rgb(51,85,149); }

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

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

 span { border-color: rgb(51,85,149); }

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