#3122AE

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

Shades of Persian Blue #3122AE

Tints of Persian Blue #3122AE

Color information

#3122AE (or 0x3122AE) is unknown color: approx Persian Blue. HEX triplet: 31, 22 and AE. RGB value is (49,34,174). Sum of RGB (Red+Green+Blue) = 49+34+174=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #3122AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3122AE is #CEDD51. Grayscale: #353535. Windows color (decimal): -13557074 or 11412017. OLE color: 11412017.

HSL color Cylindrical-coordinate representation of color #3122AE: hue angle of 246.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3122AE is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4934174-
CMYK0.720.8000.32
HSL246.43º67.31%40.78%-
HSV(B)246.43º80.46%68.24%-
XYZ9.484.8540.48-
YUV54.44195.47124.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=19.07%
G=13.23%
B=67.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49341740.720.8000.32246.4367.3140.78
Hex3122AE4850020f64329
Octal614225611012004036610351
Binary11000110001010101110100100010100000100000111101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3122AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3122AE; }

 p { color: rgb(49,34,174); }

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

<style>
 a { background-color: #3122AE; }

 a { background-color: rgb(49,34,174); }

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

<style>
 span { border-color: #3122AE; }

 span { border-color: rgb(49,34,174); }

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