#3126AF

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

Shades of Persian Blue #3126AF

Tints of Persian Blue #3126AF

Color information

#3126AF (or 0x3126AF) is unknown color: approx Persian Blue. HEX triplet: 31, 26 and AF. RGB value is (49,38,175). Sum of RGB (Red+Green+Blue) = 49+38+175=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #3126AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3126AF is #CED950. Grayscale: #383838. Windows color (decimal): -13556049 or 11478577. OLE color: 11478577.

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

Color convert

RGB4938175-
CMYK0.720.7800.31
HSL244.82º64.32%41.76%-
HSV(B)244.82º78.29%68.63%-
XYZ9.75.1341.04-
YUV56.91194.64122.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=18.70%
G=14.50%
B=66.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49381750.720.7800.31244.8264.3241.76
Hex3126AF484E01Ff5402a
Octal614625711011603736510052
Binary1100011001101010111110010001001110011111111101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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