#3126D5

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

Shades of Persian Blue #3126D5

Tints of Persian Blue #3126D5

Color information

#3126D5 (or 0x3126D5) is unknown color: approx Persian Blue. HEX triplet: 31, 26 and D5. RGB value is (49,38,213). Sum of RGB (Red+Green+Blue) = 49+38+213=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #3126D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3126D5 is #CED92A. Grayscale: #3C3C3C. Windows color (decimal): -13556011 or 13968945. OLE color: 13968945.

HSL color Cylindrical-coordinate representation of color #3126D5: hue angle of 243.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3126D5 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4938213-
CMYK0.770.8200.16
HSL243.77º69.72%49.22%-
HSV(B)243.77º82.16%83.53%-
XYZ13.976.8463.54-
YUV61.24213.64119.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 213 (83.59% from 255) = 71%
R=16.33%
G=12.67%
B=71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49382130.770.8200.16243.7769.7249.22
Hex3126D54D52010f44631
Octal614632511512202036410661
Binary1100011001101101010110011011010010010000111101001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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