#3226DB

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

Shades of Persian Blue #3226DB

Tints of Persian Blue #3226DB

Color information

#3226DB (or 0x3226DB) is unknown color: approx Persian Blue. HEX triplet: 32, 26 and DB. RGB value is (50,38,219). Sum of RGB (Red+Green+Blue) = 50+38+219=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #3226DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3226DB is #CDD924. Grayscale: #3D3D3D. Windows color (decimal): -13490469 or 14362162. OLE color: 14362162.

HSL color Cylindrical-coordinate representation of color #3226DB: hue angle of 243.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3226DB is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5038219-
CMYK0.770.8300.14
HSL243.98º71.54%50.39%-
HSV(B)243.98º82.65%85.88%-
XYZ14.797.1867.62-
YUV62.22216.48119.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 219 (85.94% from 255) = 71.34%
R=16.29%
G=12.38%
B=71.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50382190.770.8300.14243.9871.5450.39
Hex3226DB4D530Ef44832
Octal624633311512301636411062
Binary110010100110110110111001101101001101110111101001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3226DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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