Html Css Color HEX #344086 Jacksons Purple

📋 copy color: '#344086'

red 52 ◦ green 64 ◦ blue 134

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

Shades of Jacksons Purple #344086

Tints of Jacksons Purple #344086

RGB

 RED value IS 52 (20.7% 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 value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#344086 (or 0x344086) is known color: 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

RGB 52 64 134 -
CMYK 0.61 0.52 0 0.47
HSL 231.22º 0.44% 0.36% -
HSV(B) 231.22º 0.61% 0.53% -
XYZ 7.55 6.12 23.34 -
YUV 68.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 52 64 134 0.61 0.52 0 0.47 231.22 0.44 0.36
Hex 34 40 86 3D 34 0 2F E7 2C 24
Octal 64 100 206 75 64 0 57 347 54 44
Binary 110100 1000000 10000110 111101 110100 0 101111 11100111 101100 100100

Color Harmonies of #344086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344086

Black with #344086

Text Example


Text Example

White with #344086

Text Example


Text Example

HTML Codes & Css Web 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>