#363FAD

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

Shades of Persian Blue #363FAD

Tints of Persian Blue #363FAD

Color information

#363FAD (or 0x363FAD) is unknown color: approx Persian Blue. HEX triplet: 36, 3F and AD. RGB value is (54,63,173). Sum of RGB (Red+Green+Blue) = 54+63+173=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #363FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FAD is #C9C052. Grayscale: #484848. Windows color (decimal): -13221971 or 11353910. OLE color: 11353910.

HSL color Cylindrical-coordinate representation of color #363FAD: hue angle of 235.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363FAD is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5463173-
CMYK0.690.6400.32
HSL235.46º52.42%44.51%-
HSV(B)235.46º68.79%67.84%-
XYZ10.847.3640.38-
YUV72.85184.52114.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=18.62%
G=21.72%
B=59.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54631730.690.6400.32235.4652.4244.51
Hex363FAD4540020eb342d
Octal66772551051000403536455
Binary1101101111111010110110001011000000010000011101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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