#34388F

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

Shades of Jacksons Purple #34388F

Tints of Jacksons Purple #34388F

Color information

#34388F (or 0x34388F) is unknown color: approx Jacksons Purple. HEX triplet: 34, 38 and 8F. RGB value is (52,56,143). Sum of RGB (Red+Green+Blue) = 52+56+143=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #34388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34388F is #CBC770. Grayscale: #404040. Windows color (decimal): -13354865 or 9386036. OLE color: 9386036.

HSL color Cylindrical-coordinate representation of color #34388F: hue angle of 237.36º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34388F is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5256143-
CMYK0.640.6100.44
HSL237.36º46.67%38.24%-
HSV(B)237.36º63.64%56.08%-
XYZ7.795.5426.65-
YUV64.72172.17118.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 143 (56.25% from 255) = 56.97%
R=20.72%
G=22.31%
B=56.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52561430.640.6100.44237.3646.6738.24
Hex34388F403D02Ced2f26
Octal6470217100750543555746
Binary110100111000100011111000000111101010110011101101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34388F; }

 p { color: rgb(52,56,143); }

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

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

 a { background-color: rgb(52,56,143); }

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

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

 span { border-color: rgb(52,56,143); }

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