#3633BA

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

Shades of Persian Blue #3633BA

Tints of Persian Blue #3633BA

Color information

#3633BA (or 0x3633BA) is unknown color: approx Persian Blue. HEX triplet: 36, 33 and BA. RGB value is (54,51,186). Sum of RGB (Red+Green+Blue) = 54+51+186=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3633BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3633BA is #C9CC45. Grayscale: #424242. Windows color (decimal): -13225030 or 12202806. OLE color: 12202806.

HSL color Cylindrical-coordinate representation of color #3633BA: hue angle of 241.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3633BA is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5451186-
CMYK0.710.7300.27
HSL241.33º56.96%46.47%-
HSV(B)241.33º72.58%72.94%-
XYZ11.576.747.14-
YUV67.29194.99118.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=18.56%
G=17.53%
B=63.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54511860.710.7300.27241.3356.9646.47
Hex3633BA474901Bf1392e
Octal66632721071110333617156
Binary110110110011101110101000111100100101101111110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3633BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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