#362CAE

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

Shades of Persian Blue #362CAE

Tints of Persian Blue #362CAE

Color information

#362CAE (or 0x362CAE) is unknown color: approx Persian Blue. HEX triplet: 36, 2C and AE. RGB value is (54,44,174). Sum of RGB (Red+Green+Blue) = 54+44+174=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #362CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362CAE is #C9D351. Grayscale: #3D3D3D. Windows color (decimal): -13226834 or 11414582. OLE color: 11414582.

HSL color Cylindrical-coordinate representation of color #362CAE: hue angle of 244.62º 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 #362CAE is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5444174-
CMYK0.690.7500.32
HSL244.62º59.63%42.75%-
HSV(B)244.62º74.71%68.24%-
XYZ10.065.6440.6-
YUV61.81191.31122.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=19.85%
G=16.18%
B=63.97%

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
Decimal54441740.690.7500.32244.6259.6342.75
Hex362CAE454B020f53c2b
Octal66542561051130403657453
Binary1101101011001010111010001011001011010000011110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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