#363CB9

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

Shades of Persian Blue #363CB9

Tints of Persian Blue #363CB9

Color information

#363CB9 (or 0x363CB9) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and B9. RGB value is (54,60,185). Sum of RGB (Red+Green+Blue) = 54+60+185=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #363CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CB9 is #C9C346. Grayscale: #474747. Windows color (decimal): -13222727 or 12139574. OLE color: 12139574.

HSL color Cylindrical-coordinate representation of color #363CB9: hue angle of 237.25º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363CB9 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5460185-
CMYK0.710.6800.27
HSL237.25º54.81%46.86%-
HSV(B)237.25º70.81%72.55%-
XYZ11.897.5246.72-
YUV72.46191.51114.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 60 (23.83% from 255) = 20.07%
BLUE value IS 185 (72.66% from 255) = 61.87%
R=18.06%
G=20.07%
B=61.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54601850.710.6800.27237.2554.8146.86
Hex363CB9474401Bed372f
Octal66742711071040333556757
Binary110110111100101110011000111100010001101111101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,185); }

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

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

 a { background-color: rgb(54,60,185); }

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

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

 span { border-color: rgb(54,60,185); }

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