Html Css Color HEX #364091 Jacksons Purple

📋 copy color: '#364091'

red 54 ◦ green 64 ◦ blue 145

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

Shades of Jacksons Purple #364091

Tints of Jacksons Purple #364091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 20.53%
G = 24.33%
B = 55.13%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#364091 (or 0x364091) is known color: Jacksons Purple. HEX triplet: 36, 40 and 91. RGB value is (54,64,145). Sum of RGB (Red+Green+Blue) = 54+64+145=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #364091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364091 is #C9BF6E. Grayscale: #454545. Windows color (decimal): -13221743 or 9519158. OLE color: 9519158.

HSL color Cylindrical-coordinate representation of color #364091: hue angle of 233.41º 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 #364091 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 64 145 -
CMYK 0.63 0.56 0 0.43
HSL 233.41º 0.46% 0.39% -
HSV(B) 233.41º 0.63% 0.57% -
XYZ 8.47 6.5 27.6 -
YUV 70.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 54 64 145 0.63 0.56 0 0.43 233.41 0.46 0.39
Hex 36 40 91 3F 38 0 2B E9 2E 27
Octal 66 100 221 77 70 0 53 351 56 47
Binary 110110 1000000 10010001 111111 111000 0 101011 11101001 101110 100111

Color Harmonies of #364091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364091

Black with #364091

Text Example


Text Example

White with #364091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364091; }

 p { color: rgb(54,64,145); }

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

background-color css

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

 a { background-color: rgb(54,64,145); }

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

border-color css

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

 span { border-color: rgb(54,64,145); }

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