#363DA9

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

Shades of Persian Blue #363DA9

Tints of Persian Blue #363DA9

Color information

#363DA9 (or 0x363DA9) is unknown color: approx Persian Blue. HEX triplet: 36, 3D and A9. RGB value is (54,61,169). Sum of RGB (Red+Green+Blue) = 54+61+169=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #363DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA9 is #C9C256. Grayscale: #464646. Windows color (decimal): -13222487 or 11091254. OLE color: 11091254.

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

Color convert

RGB5461169-
CMYK0.680.6400.34
HSL236.35º51.57%43.73%-
HSV(B)236.35º68.05%66.27%-
XYZ10.356.9938.34-
YUV71.22183.18115.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=19.01%
G=21.48%
B=59.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54611690.680.6400.34236.3551.5743.73
Hex363DA94440022ec342c
Octal66752511041000423546454
Binary1101101111011010100110001001000000010001011101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,61,169); }

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

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

 a { background-color: rgb(54,61,169); }

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

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

 span { border-color: rgb(54,61,169); }

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