#363FAF

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

Shades of Persian Blue #363FAF

Tints of Persian Blue #363FAF

Color information

#363FAF (or 0x363FAF) is unknown color: approx Persian Blue. HEX triplet: 36, 3F and AF. RGB value is (54,63,175). Sum of RGB (Red+Green+Blue) = 54+63+175=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #363FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FAF is #C9C050. Grayscale: #484848. Windows color (decimal): -13221969 or 11484982. OLE color: 11484982.

HSL color Cylindrical-coordinate representation of color #363FAF: hue angle of 235.54º 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 #363FAF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5463175-
CMYK0.690.6400.31
HSL235.54º52.84%44.9%-
HSV(B)235.54º69.14%68.63%-
XYZ11.047.4341.41-
YUV73.08185.52114.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=18.49%
G=21.58%
B=59.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54631750.690.6400.31235.5452.8444.9
Hex363FAF454001Fec352d
Octal66772571051000373546555
Binary110110111111101011111000101100000001111111101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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