#3218BD

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

Shades of Persian Blue #3218BD

Tints of Persian Blue #3218BD

Color information

#3218BD (or 0x3218BD) is unknown color: approx Persian Blue. HEX triplet: 32, 18 and BD. RGB value is (50,24,189). Sum of RGB (Red+Green+Blue) = 50+24+189=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3218BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218BD is #CDE742. Grayscale: #313131. Windows color (decimal): -13494083 or 12392498. OLE color: 12392498.

HSL color Cylindrical-coordinate representation of color #3218BD: hue angle of 249.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3218BD is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5024189-
CMYK0.740.8700.26
HSL249.45º77.46%41.76%-
HSV(B)249.45º87.3%74.12%-
XYZ10.835.0148.54-
YUV50.58206.11127.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=19.01%
G=9.13%
B=71.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50241890.740.8700.26249.4577.4641.76
Hex3218BD4A5701Af94d2a
Octal623027511212703237111552
Binary110010110001011110110010101010111011010111110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3218BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3218BD; }

 p { color: rgb(50,24,189); }

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

<style>
 a { background-color: #3218BD; }

 a { background-color: rgb(50,24,189); }

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

<style>
 span { border-color: #3218BD; }

 span { border-color: rgb(50,24,189); }

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