#362EAB

Color #362EAB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #362EAB

Tints of Persian Blue #362EAB

Color information

#362EAB (or 0x362EAB) is unknown color: approx Persian Blue. HEX triplet: 36, 2E and AB. RGB value is (54,46,171). Sum of RGB (Red+Green+Blue) = 54+46+171=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #362EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362EAB is #C9D154. Grayscale: #3E3E3E. Windows color (decimal): -13226325 or 11218486. OLE color: 11218486.

HSL color Cylindrical-coordinate representation of color #362EAB: hue angle of 243.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362EAB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5446171-
CMYK0.680.7300.33
HSL243.84º57.6%42.55%-
HSV(B)243.84º73.1%67.06%-
XYZ9.855.6839.11-
YUV62.64189.15121.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 171 (67.19% from 255) = 63.10%
R=19.93%
G=16.97%
B=63.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54461710.680.7300.33243.8457.642.55
Hex362EAB4449021f43a2b
Octal66562531041110413647253
Binary1101101011101010101110001001001001010000111110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362EAB; }

 p { color: rgb(54,46,171); }

 H1.HeaderClassName
 {
   color: #362EAB;
 }
 .AnyTagClassName
 {
   color: #362EAB;
 }
</style>
background-color css

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

 a { background-color: rgb(54,46,171); }

 div.DivClassName
 {
   background-color: #362EAB;
 }
 .BgClassName
 {
   background-color: #362EAB;
 }
</style>
border-color css

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

 span { border-color: rgb(54,46,171); }

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