Html Css Color HEX #363E92 Jacksons Purple

📋 copy color: '#363E92'

red 54 ◦ green 62 ◦ blue 146

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

Shades of Jacksons Purple #363E92

Tints of Jacksons Purple #363E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 20.61%
G = 23.66%
B = 55.73%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363E92 (or 0x363E92) is known color: Jacksons Purple. HEX triplet: 36, 3E and 92. RGB value is (54,62,146). Sum of RGB (Red+Green+Blue) = 54+62+146=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #363E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E92 is #C9C16D. Grayscale: #444444. Windows color (decimal): -13222254 or 9584182. OLE color: 9584182.

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

Color convert

RGB 54 62 146 -
CMYK 0.63 0.58 0 0.43
HSL 234.78º 0.46% 0.39% -
HSV(B) 234.78º 0.63% 0.57% -
XYZ 8.43 6.3 27.97 -
YUV 69.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 54 62 146 0.63 0.58 0 0.43 234.78 0.46 0.39
Hex 36 3E 92 3F 3A 0 2B EB 2E 27
Octal 66 76 222 77 72 0 53 353 56 47
Binary 110110 111110 10010010 111111 111010 0 101011 11101011 101110 100111

Color Harmonies of #363E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E92

Black with #363E92

Text Example


Text Example

White with #363E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,146); }

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

background-color css

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

 a { background-color: rgb(54,62,146); }

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

border-color css

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

 span { border-color: rgb(54,62,146); }

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