Html Css Color HEX #353A84 Jacksons Purple

📋 copy color: '#353A84'

red 53 ◦ green 58 ◦ blue 132

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

Shades of Jacksons Purple #353A84

Tints of Jacksons Purple #353A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 21.81%
G = 23.87%
B = 54.32%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#353A84 (or 0x353A84) is known color: Jacksons Purple. HEX triplet: 35, 3A and 84. RGB value is (53,58,132). Sum of RGB (Red+Green+Blue) = 53+58+132=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #353A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A84 is #CAC57B. Grayscale: #404040. Windows color (decimal): -13288828 or 8665653. OLE color: 8665653.

HSL color Cylindrical-coordinate representation of color #353A84: hue angle of 236.2º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353A84 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 58 132 -
CMYK 0.60 0.56 0 0.48
HSL 236.2º 0.43% 0.36% -
HSV(B) 236.2º 0.6% 0.52% -
XYZ 7.15 5.45 22.5 -
YUV 64.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 53 58 132 0.60 0.56 0 0.48 236.2 0.43 0.36
Hex 35 3A 84 3C 38 0 30 EC 2B 24
Octal 65 72 204 74 70 0 60 354 53 44
Binary 110101 111010 10000100 111100 111000 0 110000 11101100 101011 100100

Color Harmonies of #353A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A84

Black with #353A84

Text Example


Text Example

White with #353A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A84; }

 p { color: rgb(53,58,132); }

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

background-color css

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

 a { background-color: rgb(53,58,132); }

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

border-color css

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

 span { border-color: rgb(53,58,132); }

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