#362BAE

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

Shades of Persian Blue #362BAE

Tints of Persian Blue #362BAE

Color information

#362BAE (or 0x362BAE) is unknown color: approx Persian Blue. HEX triplet: 36, 2B and AE. RGB value is (54,43,174). Sum of RGB (Red+Green+Blue) = 54+43+174=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #362BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362BAE is #C9D451. Grayscale: #3C3C3C. Windows color (decimal): -13227090 or 11414326. OLE color: 11414326.

HSL color Cylindrical-coordinate representation of color #362BAE: hue angle of 245.04º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362BAE is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5443174-
CMYK0.690.7500.32
HSL245.04º60.37%42.55%-
HSV(B)245.04º75.29%68.24%-
XYZ10.035.5740.59-
YUV61.22191.64122.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=19.93%
G=15.87%
B=64.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54431740.690.7500.32245.0460.3742.55
Hex362BAE454B020f53c2b
Octal66532561051130403657453
Binary1101101010111010111010001011001011010000011110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,174); }

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

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

 a { background-color: rgb(54,43,174); }

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

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

 span { border-color: rgb(54,43,174); }

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