Html Css Color HEX #353688 Jacksons Purple

📋 copy color: '#353688'

red 53 ◦ green 54 ◦ blue 136

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

Shades of Jacksons Purple #353688

Tints of Jacksons Purple #353688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.97%

R = 21.81%
G = 22.22%
B = 55.97%

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

#353688 (or 0x353688) is known color: Jacksons Purple. HEX triplet: 35, 36 and 88. RGB value is (53,54,136). Sum of RGB (Red+Green+Blue) = 53+54+136=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #353688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353688 is #CAC977. Grayscale: #3E3E3E. Windows color (decimal): -13289848 or 8926773. OLE color: 8926773.

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

Color convert

RGB 53 54 136 -
CMYK 0.61 0.60 0 0.47
HSL 239.28º 0.44% 0.37% -
HSV(B) 239.28º 0.61% 0.53% -
XYZ 7.23 5.17 23.91 -
YUV 63.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 53 54 136 0.61 0.60 0 0.47 239.28 0.44 0.37
Hex 35 36 88 3D 3C 0 2F EF 2C 25
Octal 65 66 210 75 74 0 57 357 54 45
Binary 110101 110110 10001000 111101 111100 0 101111 11101111 101100 100101

Color Harmonies of #353688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353688

Black with #353688

Text Example


Text Example

White with #353688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353688; }

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

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

background-color css

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

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

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

border-color css

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

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

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