#3B36BA

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

Shades of Persian Blue #3B36BA

Tints of Persian Blue #3B36BA

Color information

#3B36BA (or 0x3B36BA) is unknown color: approx Persian Blue. HEX triplet: 3B, 36 and BA. RGB value is (59,54,186). Sum of RGB (Red+Green+Blue) = 59+54+186=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B36BA is #C4C945. Grayscale: #464646. Windows color (decimal): -12896582 or 12203579. OLE color: 12203579.

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

Color convert

RGB5954186-
CMYK0.680.7100.27
HSL242.27º55%47.06%-
HSV(B)242.27º70.97%72.94%-
XYZ11.997.1147.2-
YUV70.54193.16119.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=19.73%
G=18.06%
B=62.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59541860.680.7100.27242.275547.06
Hex3B36BA444701Bf2372f
Octal73662721041070333626757
Binary111011110110101110101000100100011101101111110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B36BA; }

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

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

<style>
 a { background-color: #3B36BA; }

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

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

<style>
 span { border-color: #3B36BA; }

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

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