#3226af

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

Shades of Persian Blue #3226AF

Tints of Persian Blue #3226AF

Color information

#3226AF (or 0x3226AF) is unknown color: approx Persian Blue. HEX triplet: 32, 26 and AF. RGB value is (50,38,175). Sum of RGB (Red+Green+Blue) = 50+38+175=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #3226AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3226AF is #CDD950. Grayscale: #383838. Windows color (decimal): -13490513 or 11478578. OLE color: 11478578.

HSL color Cylindrical-coordinate representation of color #3226AF: hue angle of 245.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3226AF is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5038175-
CMYK0.710.7800.31
HSL245.26º64.32%41.76%-
HSV(B)245.26º78.29%68.63%-
XYZ9.755.1641.04-
YUV57.21194.48122.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 175 (68.75% from 255) = 66.54%
R=19.01%
G=14.45%
B=66.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50381750.710.7800.31245.2664.3241.76
Hex3226AF474E01Ff5402a
Octal624625710711603736510052
Binary1100101001101010111110001111001110011111111101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3226af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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