Html Css Color HEX #364085 Jacksons Purple

📋 copy color: '#364085'

red 54 ◦ green 64 ◦ blue 133

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

Shades of Jacksons Purple #364085

Tints of Jacksons Purple #364085

RGB

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

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

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

R = 21.51%
G = 25.5%
B = 52.99%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364085 (or 0x364085) is known color: Jacksons Purple. HEX triplet: 36, 40 and 85. RGB value is (54,64,133). Sum of RGB (Red+Green+Blue) = 54+64+133=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #364085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364085 is #C9BF7A. Grayscale: #444444. Windows color (decimal): -13221755 or 8732726. OLE color: 8732726.

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

Color convert

RGB 54 64 133 -
CMYK 0.59 0.52 0 0.48
HSL 232.41º 0.42% 0.37% -
HSV(B) 232.41º 0.59% 0.52% -
XYZ 7.59 6.14 22.98 -
YUV 68.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 54 64 133 0.59 0.52 0 0.48 232.41 0.42 0.37
Hex 36 40 85 3B 34 0 30 E8 2A 25
Octal 66 100 205 73 64 0 60 350 52 45
Binary 110110 1000000 10000101 111011 110100 0 110000 11101000 101010 100101

Color Harmonies of #364085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364085

Black with #364085

Text Example


Text Example

White with #364085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364085; }

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

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

background-color css

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

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

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

border-color css

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

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

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