#3126AE

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

Shades of Persian Blue #3126AE

Tints of Persian Blue #3126AE

Color information

#3126AE (or 0x3126AE) is unknown color: approx Persian Blue. HEX triplet: 31, 26 and AE. RGB value is (49,38,174). Sum of RGB (Red+Green+Blue) = 49+38+174=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #3126AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3126AE is #CED951. Grayscale: #383838. Windows color (decimal): -13556050 or 11413041. OLE color: 11413041.

HSL color Cylindrical-coordinate representation of color #3126AE: hue angle of 244.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3126AE is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4938174-
CMYK0.720.7800.32
HSL244.85º64.15%41.57%-
HSV(B)244.85º78.16%68.24%-
XYZ9.65.140.52-
YUV56.79194.14122.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 174 (68.36% from 255) = 66.67%
R=18.77%
G=14.56%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49381740.720.7800.32244.8564.1541.57
Hex3126AE484E020f5402a
Octal614625611011604036510052
Binary11000110011010101110100100010011100100000111101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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