#353F8B

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

Shades of Jacksons Purple #353F8B

Tints of Jacksons Purple #353F8B

Color information

#353F8B (or 0x353F8B) is unknown color: approx Jacksons Purple. HEX triplet: 35, 3F and 8B. RGB value is (53,63,139). Sum of RGB (Red+Green+Blue) = 53+63+139=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #353F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F8B is #CAC074. Grayscale: #444444. Windows color (decimal): -13287541 or 9125685. OLE color: 9125685.

HSL color Cylindrical-coordinate representation of color #353F8B: hue angle of 233.02º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353F8B is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5363139-
CMYK0.620.5500.45
HSL233.02º44.79%37.65%-
HSV(B)233.02º61.87%54.51%-
XYZ7.916.1825.2-
YUV68.67167.69116.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=20.78%
G=24.71%
B=54.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53631390.620.5500.45233.0244.7937.65
Hex353F8B3E3702De92d26
Octal657721376670553515546
Binary11010111111110001011111110110111010110111101001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F8B; }

 p { color: rgb(53,63,139); }

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

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

 a { background-color: rgb(53,63,139); }

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

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

 span { border-color: rgb(53,63,139); }

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