Html Css Color HEX #353B7F Jacksons Purple

📋 copy color: '#353B7F'

red 53 ◦ green 59 ◦ blue 127

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

Shades of Jacksons Purple #353B7F

Tints of Jacksons Purple #353B7F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 22.18%
G = 24.69%
B = 53.14%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#353B7F (or 0x353B7F) is known color: Jacksons Purple. HEX triplet: 35, 3B and 7F. RGB value is (53,59,127). Sum of RGB (Red+Green+Blue) = 53+59+127=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #353B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B7F is #CAC480. Grayscale: #404040. Windows color (decimal): -13288577 or 8338229. OLE color: 8338229.

HSL color Cylindrical-coordinate representation of color #353B7F: hue angle of 235.14º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353B7F is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 59 127 -
CMYK 0.58 0.54 0 0.50
HSL 235.14º 0.41% 0.35% -
HSV(B) 235.14º 0.58% 0.5% -
XYZ 6.86 5.42 20.76 -
YUV 64.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 53 59 127 0.58 0.54 0 0.50 235.14 0.41 0.35
Hex 35 3B 7F 3A 36 0 32 EB 29 23
Octal 65 73 177 72 66 0 62 353 51 43
Binary 110101 111011 1111111 111010 110110 0 110010 11101011 101001 100011

Color Harmonies of #353B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B7F

Black with #353B7F

Text Example


Text Example

White with #353B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,127); }

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

background-color css

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

 a { background-color: rgb(53,59,127); }

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

border-color css

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

 span { border-color: rgb(53,59,127); }

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