#363EB9

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

Shades of Persian Blue #363EB9

Tints of Persian Blue #363EB9

Color information

#363EB9 (or 0x363EB9) is unknown color: approx Persian Blue. HEX triplet: 36, 3E and B9. RGB value is (54,62,185). Sum of RGB (Red+Green+Blue) = 54+62+185=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #363EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EB9 is #C9C146. Grayscale: #494949. Windows color (decimal): -13222215 or 12140086. OLE color: 12140086.

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

Color convert

RGB5462185-
CMYK0.710.6600.27
HSL236.34º54.81%46.86%-
HSV(B)236.34º70.81%72.55%-
XYZ127.7346.76-
YUV73.63190.85114-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=17.94%
G=20.60%
B=61.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54621850.710.6600.27236.3454.8146.86
Hex363EB9474201Bec372f
Octal66762711071020333546757
Binary110110111110101110011000111100001001101111101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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