#3228B5

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

Shades of Persian Blue #3228B5

Tints of Persian Blue #3228B5

Color information

#3228B5 (or 0x3228B5) is unknown color: approx Persian Blue. HEX triplet: 32, 28 and B5. RGB value is (50,40,181). Sum of RGB (Red+Green+Blue) = 50+40+181=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 181 (71.09% from 255 or 66.79% from 271); Max value from RGB is 181 - color contains mainly: blue. Hex color #3228B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228B5 is #CDD74A. Grayscale: #3A3A3A. Windows color (decimal): -13489995 or 11872306. OLE color: 11872306.

HSL color Cylindrical-coordinate representation of color #3228B5: hue angle of 244.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3228B5 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5040181-
CMYK0.720.7800.29
HSL244.26º63.8%43.33%-
HSV(B)244.26º77.9%70.98%-
XYZ10.415.5344.23-
YUV59.06196.81121.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 181 (71.09% from 255) = 66.79%
R=18.45%
G=14.76%
B=66.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50401810.720.7800.29244.2663.843.33
Hex3228B5484E01Df4402b
Octal625026511011603536410053
Binary1100101010001011010110010001001110011101111101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3228B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3228B5; }

 p { color: rgb(50,40,181); }

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

<style>
 a { background-color: #3228B5; }

 a { background-color: rgb(50,40,181); }

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

<style>
 span { border-color: #3228B5; }

 span { border-color: rgb(50,40,181); }

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