#344086

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

Shades of Jacksons Purple #344086

Tints of Jacksons Purple #344086

Color information

#344086 (or 0x344086) is unknown color: approx Jacksons Purple. HEX triplet: 34, 40 and 86. RGB value is (52,64,134). Sum of RGB (Red+Green+Blue) = 52+64+134=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #344086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344086 is #CBBF79. Grayscale: #444444. Windows color (decimal): -13352826 or 8798260. OLE color: 8798260.

HSL color Cylindrical-coordinate representation of color #344086: hue angle of 231.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344086 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5264134-
CMYK0.610.5200.47
HSL231.22º44.09%36.47%-
HSV(B)231.22º61.19%52.55%-
XYZ7.556.1223.34-
YUV68.39165.02116.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 134 (52.73% from 255) = 53.6%
R=20.8%
G=25.6%
B=53.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52641340.610.5200.47231.2244.0936.47
Hex3440863D3402Fe72c24
Octal6410020675640573475444
Binary110100100000010000110111101110100010111111100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344086; }

 p { color: rgb(52,64,134); }

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

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

 a { background-color: rgb(52,64,134); }

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

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

 span { border-color: rgb(52,64,134); }

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