Html Css Color HEX #363F88 Jacksons Purple

📋 copy color: '#363F88'

red 54 ◦ green 63 ◦ blue 136

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

Shades of Jacksons Purple #363F88

Tints of Jacksons Purple #363F88

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 21.34%
G = 24.9%
B = 53.75%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363F88 (or 0x363F88) is known color: Jacksons Purple. HEX triplet: 36, 3F and 88. RGB value is (54,63,136). Sum of RGB (Red+Green+Blue) = 54+63+136=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #363F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F88 is #C9C077. Grayscale: #444444. Windows color (decimal): -13222008 or 8929078. OLE color: 8929078.

HSL color Cylindrical-coordinate representation of color #363F88: hue angle of 233.41º 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 #363F88 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 63 136 -
CMYK 0.60 0.54 0 0.47
HSL 233.41º 0.43% 0.37% -
HSV(B) 233.41º 0.6% 0.53% -
XYZ 7.74 6.12 24.07 -
YUV 68.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 54 63 136 0.60 0.54 0 0.47 233.41 0.43 0.37
Hex 36 3F 88 3C 36 0 2F E9 2B 25
Octal 66 77 210 74 66 0 57 351 53 45
Binary 110110 111111 10001000 111100 110110 0 101111 11101001 101011 100101

Color Harmonies of #363F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F88

Black with #363F88

Text Example


Text Example

White with #363F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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