#363DB9

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

Shades of Persian Blue #363DB9

Tints of Persian Blue #363DB9

Color information

#363DB9 (or 0x363DB9) is unknown color: approx Persian Blue. HEX triplet: 36, 3D and B9. RGB value is (54,61,185). Sum of RGB (Red+Green+Blue) = 54+61+185=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #363DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DB9 is #C9C246. Grayscale: #484848. Windows color (decimal): -13222471 or 12139830. OLE color: 12139830.

HSL color Cylindrical-coordinate representation of color #363DB9: hue angle of 236.79º 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 #363DB9 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5461185-
CMYK0.710.6700.27
HSL236.79º54.81%46.86%-
HSV(B)236.79º70.81%72.55%-
XYZ11.957.6246.74-
YUV73.04191.18114.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 185 (72.66% from 255) = 61.67%
R=18%
G=20.33%
B=61.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54611850.710.6700.27236.7954.8146.86
Hex363DB9474301Bed372f
Octal66752711071030333556757
Binary110110111101101110011000111100001101101111101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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