Html Css Color HEX #364288 Jacksons Purple

📋 copy color: '#364288'

red 54 ◦ green 66 ◦ blue 136

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

Shades of Jacksons Purple #364288

Tints of Jacksons Purple #364288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.13%

R = 21.09%
G = 25.78%
B = 53.13%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364288 (or 0x364288) is known color: Jacksons Purple. HEX triplet: 36, 42 and 88. RGB value is (54,66,136). Sum of RGB (Red+Green+Blue) = 54+66+136=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #364288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364288 is #C9BD77. Grayscale: #464646. Windows color (decimal): -13221240 or 8929846. OLE color: 8929846.

HSL color Cylindrical-coordinate representation of color #364288: hue angle of 231.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364288 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 66 136 -
CMYK 0.60 0.51 0 0.47
HSL 231.22º 0.43% 0.37% -
HSV(B) 231.22º 0.6% 0.53% -
XYZ 7.91 6.46 24.12 -
YUV 70.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 54 66 136 0.60 0.51 0 0.47 231.22 0.43 0.37
Hex 36 42 88 3C 33 0 2F E7 2B 25
Octal 66 102 210 74 63 0 57 347 53 45
Binary 110110 1000010 10001000 111100 110011 0 101111 11100111 101011 100101

Color Harmonies of #364288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364288

Black with #364288

Text Example


Text Example

White with #364288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364288; }

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

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

background-color css

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

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

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

border-color css

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

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

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