#363AAF

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

Shades of Persian Blue #363AAF

Tints of Persian Blue #363AAF

Color information

#363AAF (or 0x363AAF) is unknown color: approx Persian Blue. HEX triplet: 36, 3A and AF. RGB value is (54,58,175). Sum of RGB (Red+Green+Blue) = 54+58+175=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #363AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AAF is #C9C550. Grayscale: #454545. Windows color (decimal): -13223249 or 11483702. OLE color: 11483702.

HSL color Cylindrical-coordinate representation of color #363AAF: hue angle of 238.02º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363AAF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5458175-
CMYK0.690.6700.31
HSL238.02º52.84%44.9%-
HSV(B)238.02º69.14%68.63%-
XYZ10.776.9141.32-
YUV70.14187.17116.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=18.82%
G=20.21%
B=60.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54581750.690.6700.31238.0252.8444.9
Hex363AAF454301Fee352d
Octal66722571051030373566555
Binary110110111010101011111000101100001101111111101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,58,175); }

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

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

 a { background-color: rgb(54,58,175); }

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

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

 span { border-color: rgb(54,58,175); }

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