#364285

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

Shades of Jacksons Purple #364285

Tints of Jacksons Purple #364285

Color information

#364285 (or 0x364285) is unknown color: approx Jacksons Purple. HEX triplet: 36, 42 and 85. RGB value is (54,66,133). Sum of RGB (Red+Green+Blue) = 54+66+133=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #364285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364285 is #C9BD7A. Grayscale: #454545. Windows color (decimal): -13221243 or 8733238. OLE color: 8733238.

HSL color Cylindrical-coordinate representation of color #364285: hue angle of 230.89º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364285 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5466133-
CMYK0.590.5000.48
HSL230.89º42.25%36.67%-
HSV(B)230.89º59.4%52.16%-
XYZ7.76.3723.01-
YUV70.05163.52116.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=21.34%
G=26.09%
B=52.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54661330.590.5000.48230.8942.2536.67
Hex3642853B32030e72a25
Octal6610220573620603475245
Binary110110100001010000101111011110010011000011100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364285; }

 p { color: rgb(54,66,133); }

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

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

 a { background-color: rgb(54,66,133); }

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

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

 span { border-color: rgb(54,66,133); }

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