Html Css Color HEX #344087 Jacksons Purple

📋 copy color: '#344087'

red 52 ◦ green 64 ◦ blue 135

#344087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #344087

Tints of Jacksons Purple #344087

RGB

 RED value IS 52 (20.7% from 255) = 20.72%

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 135 (53.13% from 255) = 53.78%

R = 20.72%
G = 25.5%
B = 53.78%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344087 (or 0x344087) is known color: Jacksons Purple. HEX triplet: 34, 40 and 87. RGB value is (52,64,135). Sum of RGB (Red+Green+Blue) = 52+64+135=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #344087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344087 is #CBBF78. Grayscale: #444444. Windows color (decimal): -13352825 or 8863796. OLE color: 8863796.

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

Color convert

RGB 52 64 135 -
CMYK 0.61 0.53 0 0.47
HSL 231.33º 0.44% 0.37% -
HSV(B) 231.33º 0.61% 0.53% -
XYZ 7.62 6.15 23.71 -
YUV 68.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 52 64 135 0.61 0.53 0 0.47 231.33 0.44 0.37
Hex 34 40 87 3D 35 0 2F E7 2C 25
Octal 64 100 207 75 65 0 57 347 54 45
Binary 110100 1000000 10000111 111101 110101 0 101111 11100111 101100 100101

Color Harmonies of #344087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344087

Black with #344087

Text Example


Text Example

White with #344087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344087; }

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

 H1.HeaderClassName
 {
   color: #344087;
 }
 .AnyTagClassName
 {
   color: #344087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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