#34368B

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

Shades of Jacksons Purple #34368B

Tints of Jacksons Purple #34368B

Color information

#34368B (or 0x34368B) is unknown color: approx Jacksons Purple. HEX triplet: 34, 36 and 8B. RGB value is (52,54,139). Sum of RGB (Red+Green+Blue) = 52+54+139=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #34368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34368B is #CBC974. Grayscale: #3E3E3E. Windows color (decimal): -13355381 or 9123380. OLE color: 9123380.

HSL color Cylindrical-coordinate representation of color #34368B: hue angle of 238.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34368B is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5254139-
CMYK0.630.6100.45
HSL238.62º45.55%37.45%-
HSV(B)238.62º62.59%54.51%-
XYZ7.45.2325.05-
YUV63.09170.84120.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=21.22%
G=22.04%
B=56.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52541390.630.6100.45238.6245.5537.45
Hex34368B3F3D02Def2e25
Octal646621377750553575645
Binary11010011011010001011111111111101010110111101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,54,139); }

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

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

 a { background-color: rgb(52,54,139); }

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

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

 span { border-color: rgb(52,54,139); }

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