#363fba

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

Shades of Persian Blue #363FBA

Tints of Persian Blue #363FBA

Color information

#363FBA (or 0x363FBA) is unknown color: approx Persian Blue. HEX triplet: 36, 3F and BA. RGB value is (54,63,186). Sum of RGB (Red+Green+Blue) = 54+63+186=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #363FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBA is #C9C045. Grayscale: #494949. Windows color (decimal): -13221958 or 12205878. OLE color: 12205878.

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

Color convert

RGB5463186-
CMYK0.710.6600.27
HSL235.91º55%47.06%-
HSV(B)235.91º70.97%72.94%-
XYZ12.167.8847.34-
YUV74.33191.02113.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=17.82%
G=20.79%
B=61.39%

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
Decimal54631860.710.6600.27235.915547.06
Hex363FBA474201Bec372f
Octal66772721071020333546757
Binary110110111111101110101000111100001001101111101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,186); }

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

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

 a { background-color: rgb(54,63,186); }

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

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

 span { border-color: rgb(54,63,186); }

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