Html Css Color HEX #353E95 Jacksons Purple

📋 copy color: '#353E95'

red 53 ◦ green 62 ◦ blue 149

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

Shades of Jacksons Purple #353E95

Tints of Jacksons Purple #353E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 20.08%
G = 23.48%
B = 56.44%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353E95 (or 0x353E95) is known color: Jacksons Purple. HEX triplet: 35, 3E and 95. RGB value is (53,62,149). Sum of RGB (Red+Green+Blue) = 53+62+149=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #353E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353E95 is #CAC16A. Grayscale: #444444. Windows color (decimal): -13287787 or 9780789. OLE color: 9780789.

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

Color convert

RGB 53 62 149 -
CMYK 0.64 0.58 0 0.42
HSL 234.38º 0.48% 0.4% -
HSV(B) 234.38º 0.64% 0.58% -
XYZ 8.62 6.37 29.21 -
YUV 69.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 53 62 149 0.64 0.58 0 0.42 234.38 0.48 0.4
Hex 35 3E 95 40 3A 0 2A EA 30 28
Octal 65 76 225 100 72 0 52 352 60 50
Binary 110101 111110 10010101 1000000 111010 0 101010 11101010 110000 101000

Color Harmonies of #353E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E95

Black with #353E95

Text Example


Text Example

White with #353E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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