Html Css Color HEX #354086 Jacksons Purple

📋 copy color: '#354086'

red 53 ◦ green 64 ◦ blue 134

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

Shades of Jacksons Purple #354086

Tints of Jacksons Purple #354086

RGB

 RED value IS 53 (21.09% from 255) = 21.12%

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

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 21.12%
G = 25.5%
B = 53.39%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354086 (or 0x354086) is known color: Jacksons Purple. HEX triplet: 35, 40 and 86. RGB value is (53,64,134). Sum of RGB (Red+Green+Blue) = 53+64+134=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #354086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354086 is #CABF79. Grayscale: #444444. Windows color (decimal): -13287290 or 8798261. OLE color: 8798261.

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

Color convert

RGB 53 64 134 -
CMYK 0.60 0.52 0 0.47
HSL 231.85º 0.43% 0.37% -
HSV(B) 231.85º 0.6% 0.53% -
XYZ 7.6 6.14 23.34 -
YUV 68.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 53 64 134 0.60 0.52 0 0.47 231.85 0.43 0.37
Hex 35 40 86 3C 34 0 2F E8 2B 25
Octal 65 100 206 74 64 0 57 350 53 45
Binary 110101 1000000 10000110 111100 110100 0 101111 11101000 101011 100101

Color Harmonies of #354086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354086

Black with #354086

Text Example


Text Example

White with #354086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354086; }

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

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

background-color css

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

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

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

border-color css

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

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

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