#36387B

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

Shades of Jacksons Purple #36387B

Tints of Jacksons Purple #36387B

Color information

#36387B (or 0x36387B) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 7B. RGB value is (54,56,123). Sum of RGB (Red+Green+Blue) = 54+56+123=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #36387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36387B is #C9C784. Grayscale: #3E3E3E. Windows color (decimal): -13223813 or 8075318. OLE color: 8075318.

HSL color Cylindrical-coordinate representation of color #36387B: hue angle of 238.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36387B is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5456123-
CMYK0.560.5400.52
HSL238.26º38.98%34.71%-
HSV(B)238.26º56.1%48.24%-
XYZ6.515.0419.37-
YUV63.04161.84121.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=23.18%
G=24.03%
B=52.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54561230.560.5400.52238.2638.9834.71
Hex36387B3836034ee2723
Octal667017370660643564743
Binary1101101110001111011111000110110011010011101110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36387B; }

 p { color: rgb(54,56,123); }

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

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

 a { background-color: rgb(54,56,123); }

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

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

 span { border-color: rgb(54,56,123); }

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