Html Css Color HEX #353687 Jacksons Purple

📋 copy color: '#353687'

red 53 ◦ green 54 ◦ blue 135

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

Shades of Jacksons Purple #353687

Tints of Jacksons Purple #353687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 21.9%
G = 22.31%
B = 55.79%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353687 (or 0x353687) is known color: Jacksons Purple. HEX triplet: 35, 36 and 87. RGB value is (53,54,135). Sum of RGB (Red+Green+Blue) = 53+54+135=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #353687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353687 is #CAC978. Grayscale: #3E3E3E. Windows color (decimal): -13289849 or 8861237. OLE color: 8861237.

HSL color Cylindrical-coordinate representation of color #353687: hue angle of 239.27º 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 #353687 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 54 135 -
CMYK 0.61 0.60 0 0.47
HSL 239.27º 0.44% 0.37% -
HSV(B) 239.27º 0.61% 0.53% -
XYZ 7.16 5.14 23.54 -
YUV 62.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 53 54 135 0.61 0.60 0 0.47 239.27 0.44 0.37
Hex 35 36 87 3D 3C 0 2F EF 2C 25
Octal 65 66 207 75 74 0 57 357 54 45
Binary 110101 110110 10000111 111101 111100 0 101111 11101111 101100 100101

Color Harmonies of #353687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353687

Black with #353687

Text Example


Text Example

White with #353687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353687; }

 p { color: rgb(53,54,135); }

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

background-color css

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

 a { background-color: rgb(53,54,135); }

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

border-color css

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

 span { border-color: rgb(53,54,135); }

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