#353688

Color #353688 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #353688

Tints of Jacksons Purple #353688

Color information

#353688 (or 0x353688) is unknown color: approx Jacksons Purple. HEX triplet: 35, 36 and 88. RGB value is (53,54,136). Sum of RGB (Red+Green+Blue) = 53+54+136=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #353688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353688 is #CAC977. Grayscale: #3E3E3E. Windows color (decimal): -13289848 or 8926773. OLE color: 8926773.

HSL color Cylindrical-coordinate representation of color #353688: hue angle of 239.28º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #353688 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5354136-
CMYK0.610.6000.47
HSL239.28º43.92%37.06%-
HSV(B)239.28º61.03%53.33%-
XYZ7.235.1723.91-
YUV63.05169.17120.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 136 (53.52% from 255) = 55.97%
R=21.81%
G=22.22%
B=55.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53541360.610.6000.47239.2843.9237.06
Hex3536883D3C02Fef2c25
Octal656621075740573575445
Binary11010111011010001000111101111100010111111101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353688; }

 p { color: rgb(53,54,136); }

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

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

 a { background-color: rgb(53,54,136); }

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

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

 span { border-color: rgb(53,54,136); }

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