#3422B9

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

Shades of Persian Blue #3422B9

Tints of Persian Blue #3422B9

Color information

#3422B9 (or 0x3422B9) is unknown color: approx Persian Blue. HEX triplet: 34, 22 and B9. RGB value is (52,34,185). Sum of RGB (Red+Green+Blue) = 52+34+185=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 34 (13.67% from 255 or 12.55% 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 #3422B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3422B9 is #CBDD46. Grayscale: #383838. Windows color (decimal): -13360455 or 12132916. OLE color: 12132916.

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

Color convert

RGB5234185-
CMYK0.720.8200.27
HSL247.15º68.95%42.94%-
HSV(B)247.15º81.62%72.55%-
XYZ10.755.3846.37-
YUV56.6200.46124.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 185 (72.66% from 255) = 68.27%
R=19.19%
G=12.55%
B=68.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52341850.720.8200.27247.1568.9542.94
Hex3422B9485201Bf7452b
Octal644227111012203336710553
Binary1101001000101011100110010001010010011011111101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3422B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,34,185); }

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

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

 a { background-color: rgb(52,34,185); }

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

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

 span { border-color: rgb(52,34,185); }

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