Html Css Color HEX #353E8E Jacksons Purple

📋 copy color: '#353E8E'

red 53 ◦ green 62 ◦ blue 142

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

Shades of Jacksons Purple #353E8E

Tints of Jacksons Purple #353E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 20.62%
G = 24.12%
B = 55.25%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#353E8E (or 0x353E8E) is known color: Jacksons Purple. HEX triplet: 35, 3E and 8E. RGB value is (53,62,142). Sum of RGB (Red+Green+Blue) = 53+62+142=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #353E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E8E is #CAC171. Grayscale: #444444. Windows color (decimal): -13287794 or 9322037. OLE color: 9322037.

HSL color Cylindrical-coordinate representation of color #353E8E: hue angle of 233.93º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #353E8E is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 62 142 -
CMYK 0.63 0.56 0 0.44
HSL 233.93º 0.46% 0.38% -
HSV(B) 233.93º 0.63% 0.56% -
XYZ 8.07 6.16 26.35 -
YUV 68.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 53 62 142 0.63 0.56 0 0.44 233.93 0.46 0.38
Hex 35 3E 8E 3F 38 0 2C EA 2E 26
Octal 65 76 216 77 70 0 54 352 56 46
Binary 110101 111110 10001110 111111 111000 0 101100 11101010 101110 100110

Color Harmonies of #353E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E8E

Black with #353E8E

Text Example


Text Example

White with #353E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,142); }

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

background-color css

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

 a { background-color: rgb(53,62,142); }

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

border-color css

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

 span { border-color: rgb(53,62,142); }

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