#3215B8

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

Shades of Persian Blue #3215B8

Tints of Persian Blue #3215B8

Color information

#3215B8 (or 0x3215B8) is unknown color: approx Persian Blue. HEX triplet: 32, 15 and B8. RGB value is (50,21,184). Sum of RGB (Red+Green+Blue) = 50+21+184=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #3215B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215B8 is #CDEA47. Grayscale: #2F2F2F. Windows color (decimal): -13494856 or 12064050. OLE color: 12064050.

HSL color Cylindrical-coordinate representation of color #3215B8: hue angle of 250.67º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3215B8 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5021184-
CMYK0.730.8900.28
HSL250.67º79.51%40.2%-
HSV(B)250.67º88.59%72.16%-
XYZ10.244.6845.71-
YUV48.25204.61129.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 184 (72.27% from 255) = 72.16%
R=19.61%
G=8.24%
B=72.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50211840.730.8900.28250.6779.5140.2
Hex3215B8495901Cfb5028
Octal622527011113103437312050
Binary110010101011011100010010011011001011100111110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3215B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3215B8; }

 p { color: rgb(50,21,184); }

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

<style>
 a { background-color: #3215B8; }

 a { background-color: rgb(50,21,184); }

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

<style>
 span { border-color: #3215B8; }

 span { border-color: rgb(50,21,184); }

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