#3A22B9

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

Shades of Persian Blue #3A22B9

Tints of Persian Blue #3A22B9

Color information

#3A22B9 (or 0x3A22B9) is unknown color: approx Persian Blue. HEX triplet: 3A, 22 and B9. RGB value is (58,34,185). Sum of RGB (Red+Green+Blue) = 58+34+185=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A22B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22B9 is #C5DD46. Grayscale: #393939. Windows color (decimal): -12967239 or 12132922. OLE color: 12132922.

HSL color Cylindrical-coordinate representation of color #3A22B9: hue angle of 249.54º 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 #3A22B9 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5834185-
CMYK0.690.8200.27
HSL249.54º68.95%42.94%-
HSV(B)249.54º81.62%72.55%-
XYZ11.075.5546.39-
YUV58.39199.45127.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 185 (72.66% from 255) = 66.79%
R=20.94%
G=12.27%
B=66.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58341850.690.8200.27249.5468.9542.94
Hex3A22B9455201Bfa452b
Octal724227110512203337210553
Binary1110101000101011100110001011010010011011111110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A22B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A22B9; }

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

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

<style>
 a { background-color: #3A22B9; }

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

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

<style>
 span { border-color: #3A22B9; }

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

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