Html Css Color HEX #363F86 Jacksons Purple

📋 copy color: '#363F86'

red 54 ◦ green 63 ◦ blue 134

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

Shades of Jacksons Purple #363F86

Tints of Jacksons Purple #363F86

RGB

 RED value IS 54 (21.48% from 255) = 21.51%

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 21.51%
G = 25.1%
B = 53.39%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363F86 (or 0x363F86) is known color: Jacksons Purple. HEX triplet: 36, 3F and 86. RGB value is (54,63,134). Sum of RGB (Red+Green+Blue) = 54+63+134=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #363F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F86 is #C9C079. Grayscale: #444444. Windows color (decimal): -13222010 or 8798006. OLE color: 8798006.

HSL color Cylindrical-coordinate representation of color #363F86: hue angle of 233.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363F86 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 63 134 -
CMYK 0.60 0.53 0 0.47
HSL 233.25º 0.43% 0.37% -
HSV(B) 233.25º 0.6% 0.53% -
XYZ 7.6 6.06 23.32 -
YUV 68.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 54 63 134 0.60 0.53 0 0.47 233.25 0.43 0.37
Hex 36 3F 86 3C 35 0 2F E9 2B 25
Octal 66 77 206 74 65 0 57 351 53 45
Binary 110110 111111 10000110 111100 110101 0 101111 11101001 101011 100101

Color Harmonies of #363F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F86

Black with #363F86

Text Example


Text Example

White with #363F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F86; }

 p { color: rgb(54,63,134); }

 H1.HeaderClassName
 {
   color: #363F86;
 }
 .AnyTagClassName
 {
   color: #363F86;
 }
</style>

background-color css

<style>
 a { background-color: #363F86; }

 a { background-color: rgb(54,63,134); }

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

border-color css

<style>
 span { border-color: #363F86; }

 span { border-color: rgb(54,63,134); }

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