#363CBF

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

Shades of Persian Blue #363CBF

Tints of Persian Blue #363CBF

Color information

#363CBF (or 0x363CBF) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and BF. RGB value is (54,60,191). Sum of RGB (Red+Green+Blue) = 54+60+191=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #363CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CBF is #C9C340. Grayscale: #484848. Windows color (decimal): -13222721 or 12532790. OLE color: 12532790.

HSL color Cylindrical-coordinate representation of color #363CBF: hue angle of 237.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363CBF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5460191-
CMYK0.720.6900.25
HSL237.37º55.92%48.04%-
HSV(B)237.37º71.73%74.9%-
XYZ12.547.7850.13-
YUV73.14194.51114.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 191 (75% from 255) = 62.62%
R=17.70%
G=19.67%
B=62.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54601910.720.6900.25237.3755.9248.04
Hex363CBF4845019ed3830
Octal66742771101050313557060
Binary110110111100101111111001000100010101100111101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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