Html Css Color HEX #353C88 Jacksons Purple

📋 copy color: '#353C88'

red 53 ◦ green 60 ◦ blue 136

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

Shades of Jacksons Purple #353C88

Tints of Jacksons Purple #353C88

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 21.29%
G = 24.1%
B = 54.62%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#353C88 (or 0x353C88) is known color: Jacksons Purple. HEX triplet: 35, 3C and 88. RGB value is (53,60,136). Sum of RGB (Red+Green+Blue) = 53+60+136=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #353C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353C88 is #CAC377. Grayscale: #424242. Windows color (decimal): -13288312 or 8928309. OLE color: 8928309.

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

Color convert

RGB 53 60 136 -
CMYK 0.61 0.56 0 0.47
HSL 234.94º 0.44% 0.37% -
HSV(B) 234.94º 0.61% 0.53% -
XYZ 7.53 5.77 24.01 -
YUV 66.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 53 60 136 0.61 0.56 0 0.47 234.94 0.44 0.37
Hex 35 3C 88 3D 38 0 2F EB 2C 25
Octal 65 74 210 75 70 0 57 353 54 45
Binary 110101 111100 10001000 111101 111000 0 101111 11101011 101100 100101

Color Harmonies of #353C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C88

Black with #353C88

Text Example


Text Example

White with #353C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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