Html Css Color HEX #364285 Jacksons Purple

📋 copy color: '#364285'

red 54 ◦ green 66 ◦ blue 133

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

Shades of Jacksons Purple #364285

Tints of Jacksons Purple #364285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 21.34%
G = 26.09%
B = 52.57%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364285 (or 0x364285) is known color: Jacksons Purple. HEX triplet: 36, 42 and 85. RGB value is (54,66,133). Sum of RGB (Red+Green+Blue) = 54+66+133=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #364285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364285 is #C9BD7A. Grayscale: #454545. Windows color (decimal): -13221243 or 8733238. OLE color: 8733238.

HSL color Cylindrical-coordinate representation of color #364285: hue angle of 230.89º 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 #364285 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 66 133 -
CMYK 0.59 0.50 0 0.48
HSL 230.89º 0.42% 0.37% -
HSV(B) 230.89º 0.59% 0.52% -
XYZ 7.7 6.37 23.01 -
YUV 70.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 54 66 133 0.59 0.50 0 0.48 230.89 0.42 0.37
Hex 36 42 85 3B 32 0 30 E7 2A 25
Octal 66 102 205 73 62 0 60 347 52 45
Binary 110110 1000010 10000101 111011 110010 0 110000 11100111 101010 100101

Color Harmonies of #364285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364285

Black with #364285

Text Example


Text Example

White with #364285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364285; }

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

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

background-color css

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

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

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

border-color css

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

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

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