#363E88

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

Shades of Jacksons Purple #363E88

Tints of Jacksons Purple #363E88

Color information

#363E88 (or 0x363E88) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3E and 88. RGB value is (54,62,136). Sum of RGB (Red+Green+Blue) = 54+62+136=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #363E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E88 is #C9C177. Grayscale: #434343. Windows color (decimal): -13222264 or 8928822. OLE color: 8928822.

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

Color convert

RGB5462136-
CMYK0.600.5400.47
HSL234.15º43.16%37.25%-
HSV(B)234.15º60.29%53.33%-
XYZ7.696.0124.05-
YUV68.04166.35117.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=21.43%
G=24.60%
B=53.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54621360.600.5400.47234.1543.1637.25
Hex363E883C3602Fea2b25
Octal667621074660573525345
Binary11011011111010001000111100110110010111111101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363E88; }

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

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

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

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

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

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

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

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