#3636BA

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

Shades of Persian Blue #3636BA

Tints of Persian Blue #3636BA

Color information

#3636BA (or 0x3636BA) is unknown color: approx Persian Blue. HEX triplet: 36, 36 and BA. RGB value is (54,54,186). Sum of RGB (Red+Green+Blue) = 54+54+186=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #3636BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3636BA is #C9C945. Grayscale: #444444. Windows color (decimal): -13224262 or 12203574. OLE color: 12203574.

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

Color convert

RGB5454186-
CMYK0.710.7100.27
HSL240º55%47.06%-
HSV(B)240º70.97%72.94%-
XYZ11.76.9747.18-
YUV69.05194117.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=18.37%
G=18.37%
B=63.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54541860.710.7100.272405547.06
Hex3636BA474701Bf0372f
Octal66662721071070333606757
Binary110110110110101110101000111100011101101111110000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3636BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3636BA; }

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

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

<style>
 a { background-color: #3636BA; }

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

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

<style>
 span { border-color: #3636BA; }

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

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