#344085

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

Shades of Jacksons Purple #344085

Tints of Jacksons Purple #344085

Color information

#344085 (or 0x344085) is unknown color: approx Jacksons Purple. HEX triplet: 34, 40 and 85. RGB value is (52,64,133). Sum of RGB (Red+Green+Blue) = 52+64+133=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #344085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344085 is #CBBF7A. Grayscale: #434343. Windows color (decimal): -13352827 or 8732724. OLE color: 8732724.

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

Color convert

RGB5264133-
CMYK0.610.5200.48
HSL231.11º43.78%36.27%-
HSV(B)231.11º60.9%52.16%-
XYZ7.486.0922.97-
YUV68.28164.52116.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=20.88%
G=25.70%
B=53.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52641330.610.5200.48231.1143.7836.27
Hex3440853D34030e72c24
Octal6410020575640603475444
Binary110100100000010000101111101110100011000011100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344085; }

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

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

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

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

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

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

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

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