#362DAD

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

Shades of Persian Blue #362DAD

Tints of Persian Blue #362DAD

Color information

#362DAD (or 0x362DAD) is unknown color: approx Persian Blue. HEX triplet: 36, 2D and AD. RGB value is (54,45,173). Sum of RGB (Red+Green+Blue) = 54+45+173=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #362DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362DAD is #C9D252. Grayscale: #3D3D3D. Windows color (decimal): -13226579 or 11349302. OLE color: 11349302.

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

Color convert

RGB5445173-
CMYK0.690.7400.32
HSL244.22º58.72%42.75%-
HSV(B)244.22º73.99%67.84%-
XYZ105.6840.1-
YUV62.28190.48122.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 173 (67.97% from 255) = 63.60%
R=19.85%
G=16.54%
B=63.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54451730.690.7400.32244.2258.7242.75
Hex362DAD454A020f43b2b
Octal66552551051120403647353
Binary1101101011011010110110001011001010010000011110100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,45,173); }

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

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

 a { background-color: rgb(54,45,173); }

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

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

 span { border-color: rgb(54,45,173); }

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