Html Css Color HEX #353794 Jacksons Purple

📋 copy color: '#353794'

red 53 ◦ green 55 ◦ blue 148

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

Shades of Jacksons Purple #353794

Tints of Jacksons Purple #353794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 20.7%
G = 21.48%
B = 57.81%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353794 (or 0x353794) is known color: Jacksons Purple. HEX triplet: 35, 37 and 94. RGB value is (53,55,148). Sum of RGB (Red+Green+Blue) = 53+55+148=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #353794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353794 is #CAC86B. Grayscale: #404040. Windows color (decimal): -13289580 or 9713461. OLE color: 9713461.

HSL color Cylindrical-coordinate representation of color #353794: hue angle of 238.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353794 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 55 148 -
CMYK 0.64 0.63 0 0.42
HSL 238.74º 0.47% 0.39% -
HSV(B) 238.74º 0.64% 0.58% -
XYZ 8.18 5.63 28.67 -
YUV 65 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 53 55 148 0.64 0.63 0 0.42 238.74 0.47 0.39
Hex 35 37 94 40 3F 0 2A EF 2F 27
Octal 65 67 224 100 77 0 52 357 57 47
Binary 110101 110111 10010100 1000000 111111 0 101010 11101111 101111 100111

Color Harmonies of #353794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353794

Black with #353794

Text Example


Text Example

White with #353794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353794; }

 p { color: rgb(53,55,148); }

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

background-color css

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

 a { background-color: rgb(53,55,148); }

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

border-color css

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

 span { border-color: rgb(53,55,148); }

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