Html Css Color HEX #353E90 Jacksons Purple

📋 copy color: '#353E90'

red 53 ◦ green 62 ◦ blue 144

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

Shades of Jacksons Purple #353E90

Tints of Jacksons Purple #353E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 20.46%
G = 23.94%
B = 55.6%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#353E90 (or 0x353E90) is known color: Jacksons Purple. HEX triplet: 35, 3E and 90. RGB value is (53,62,144). Sum of RGB (Red+Green+Blue) = 53+62+144=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #353E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E90 is #CAC16F. Grayscale: #444444. Windows color (decimal): -13287792 or 9453109. OLE color: 9453109.

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

Color convert

RGB 53 62 144 -
CMYK 0.63 0.57 0 0.44
HSL 234.07º 0.46% 0.39% -
HSV(B) 234.07º 0.63% 0.56% -
XYZ 8.22 6.22 27.15 -
YUV 68.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 53 62 144 0.63 0.57 0 0.44 234.07 0.46 0.39
Hex 35 3E 90 3F 39 0 2C EA 2E 27
Octal 65 76 220 77 71 0 54 352 56 47
Binary 110101 111110 10010000 111111 111001 0 101100 11101010 101110 100111

Color Harmonies of #353E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E90

Black with #353E90

Text Example


Text Example

White with #353E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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