#3226B4

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

Shades of Persian Blue #3226B4

Tints of Persian Blue #3226B4

Color information

#3226B4 (or 0x3226B4) is unknown color: approx Persian Blue. HEX triplet: 32, 26 and B4. RGB value is (50,38,180). Sum of RGB (Red+Green+Blue) = 50+38+180=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #3226B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3226B4 is #CDD94B. Grayscale: #393939. Windows color (decimal): -13490508 or 11806258. OLE color: 11806258.

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

Color convert

RGB5038180-
CMYK0.720.7900.29
HSL245.07º65.14%42.75%-
HSV(B)245.07º78.89%70.59%-
XYZ10.255.3643.67-
YUV57.78196.98122.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 180 (70.70% from 255) = 67.16%
R=18.66%
G=14.18%
B=67.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50381800.720.7900.29245.0765.1442.75
Hex3226B4484F01Df5412b
Octal624626411011703536510153
Binary1100101001101011010010010001001111011101111101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3226B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3226B4; }

 p { color: rgb(50,38,180); }

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

<style>
 a { background-color: #3226B4; }

 a { background-color: rgb(50,38,180); }

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

<style>
 span { border-color: #3226B4; }

 span { border-color: rgb(50,38,180); }

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