#3224B9

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

Shades of Persian Blue #3224B9

Tints of Persian Blue #3224B9

Color information

#3224B9 (or 0x3224B9) is unknown color: approx Persian Blue. HEX triplet: 32, 24 and B9. RGB value is (50,36,185). Sum of RGB (Red+Green+Blue) = 50+36+185=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 185 (72.66% from 255 or 68.27% from 271); Max value from RGB is 185 - color contains mainly: blue. Hex color #3224B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224B9 is #CDDB46. Grayscale: #383838. Windows color (decimal): -13491015 or 12133426. OLE color: 12133426.

HSL color Cylindrical-coordinate representation of color #3224B9: hue angle of 245.64º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3224B9 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5036185-
CMYK0.730.8100.27
HSL245.64º67.42%43.33%-
HSV(B)245.64º80.54%72.55%-
XYZ10.75.4446.39-
YUV57.17200.14122.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 185 (72.66% from 255) = 68.27%
R=18.45%
G=13.28%
B=68.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50361850.730.8100.27245.6467.4243.33
Hex3224B9495101Bf6432b
Octal624427111112103336610353
Binary1100101001001011100110010011010001011011111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3224B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3224B9; }

 p { color: rgb(50,36,185); }

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

<style>
 a { background-color: #3224B9; }

 a { background-color: rgb(50,36,185); }

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

<style>
 span { border-color: #3224B9; }

 span { border-color: rgb(50,36,185); }

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