#363BC5

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

Shades of Persian Blue #363BC5

Tints of Persian Blue #363BC5

Color information

#363BC5 (or 0x363BC5) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and C5. RGB value is (54,59,197). Sum of RGB (Red+Green+Blue) = 54+59+197=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #363BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BC5 is #C9C43A. Grayscale: #484848. Windows color (decimal): -13222971 or 12925750. OLE color: 12925750.

HSL color Cylindrical-coordinate representation of color #363BC5: hue angle of 237.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363BC5 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5459197-
CMYK0.730.7000.23
HSL237.9º56.97%49.22%-
HSV(B)237.9º72.59%77.25%-
XYZ13.167.9453.66-
YUV73.24197.84114.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 197 (77.34% from 255) = 63.55%
R=17.42%
G=19.03%
B=63.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54591970.730.7000.23237.956.9749.22
Hex363BC54946017ee3931
Octal66733051111060273567161
Binary110110111011110001011001001100011001011111101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,197); }

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

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

 a { background-color: rgb(54,59,197); }

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

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

 span { border-color: rgb(54,59,197); }

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