#3228BD

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

Shades of Persian Blue #3228BD

Tints of Persian Blue #3228BD

Color information

#3228BD (or 0x3228BD) is unknown color: approx Persian Blue. HEX triplet: 32, 28 and BD. RGB value is (50,40,189). Sum of RGB (Red+Green+Blue) = 50+40+189=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #3228BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228BD is #CDD742. Grayscale: #3B3B3B. Windows color (decimal): -13489987 or 12396594. OLE color: 12396594.

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

Color convert

RGB5040189-
CMYK0.740.7900.26
HSL244.03º65.07%44.9%-
HSV(B)244.03º78.84%74.12%-
XYZ11.265.8748.68-
YUV59.98200.81120.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=17.92%
G=14.34%
B=67.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50401890.740.7900.26244.0365.0744.9
Hex3228BD4A4F01Af4412d
Octal625027511211703236410155
Binary1100101010001011110110010101001111011010111101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3228BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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