#3210BE

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

Shades of Persian Blue #3210BE

Tints of Persian Blue #3210BE

Color information

#3210BE (or 0x3210BE) is unknown color: approx Persian Blue. HEX triplet: 32, 10 and BE. RGB value is (50,16,190). Sum of RGB (Red+Green+Blue) = 50+16+190=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #3210BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3210BE is #CDEF41. Grayscale: #2D2D2D. Windows color (decimal): -13496130 or 12455986. OLE color: 12455986.

HSL color Cylindrical-coordinate representation of color #3210BE: hue angle of 251.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3210BE is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5016190-
CMYK0.740.9200.25
HSL251.72º84.47%40.39%-
HSV(B)251.72º91.58%74.51%-
XYZ10.794.7749.07-
YUV46209.26130.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=19.53%
G=6.25%
B=74.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50161900.740.9200.25251.7284.4740.39
Hex3210BE4A5C019fc5428
Octal622027611213403137412450
Binary110010100001011111010010101011100011001111111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3210BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3210BE; }

 p { color: rgb(50,16,190); }

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

<style>
 a { background-color: #3210BE; }

 a { background-color: rgb(50,16,190); }

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

<style>
 span { border-color: #3210BE; }

 span { border-color: rgb(50,16,190); }

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