Html Css Color HEX #363B85 Jacksons Purple

📋 copy color: '#363B85'

red 54 ◦ green 59 ◦ blue 133

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

Shades of Jacksons Purple #363B85

Tints of Jacksons Purple #363B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 21.95%
G = 23.98%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363B85 (or 0x363B85) is known color: Jacksons Purple. HEX triplet: 36, 3B and 85. RGB value is (54,59,133). Sum of RGB (Red+Green+Blue) = 54+59+133=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #363B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B85 is #C9C47A. Grayscale: #414141. Windows color (decimal): -13223035 or 8731446. OLE color: 8731446.

HSL color Cylindrical-coordinate representation of color #363B85: hue angle of 236.2º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363B85 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 59 133 -
CMYK 0.59 0.56 0 0.48
HSL 236.2º 0.42% 0.37% -
HSV(B) 236.2º 0.59% 0.52% -
XYZ 7.32 5.61 22.89 -
YUV 65.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 54 59 133 0.59 0.56 0 0.48 236.2 0.42 0.37
Hex 36 3B 85 3B 38 0 30 EC 2A 25
Octal 66 73 205 73 70 0 60 354 52 45
Binary 110110 111011 10000101 111011 111000 0 110000 11101100 101010 100101

Color Harmonies of #363B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B85

Black with #363B85

Text Example


Text Example

White with #363B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,59,133); }

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

background-color css

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

 a { background-color: rgb(54,59,133); }

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

border-color css

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

 span { border-color: rgb(54,59,133); }

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