#3159EA

Color #3159EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3159EA

Tints of Royal Blue #3159EA

Color information

#3159EA (or 0x3159EA) is unknown color: approx Royal Blue. HEX triplet: 31, 59 and EA. RGB value is (49,89,234). Sum of RGB (Red+Green+Blue) = 49+89+234=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #3159EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3159EA is #CEA615. Grayscale: #5C5C5C. Windows color (decimal): -13542934 or 15358257. OLE color: 15358257.

HSL color Cylindrical-coordinate representation of color #3159EA: hue angle of 227.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3159EA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4989234-
CMYK0.790.6200.08
HSL227.03º81.5%55.49%-
HSV(B)227.03º79.06%91.76%-
XYZ19.6913.7479.46-
YUV93.57207.2596.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.17%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 234 (91.80% from 255) = 62.90%
R=13.17%
G=23.92%
B=62.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49892340.790.6200.08227.0381.555.49
Hex3159EA4F3E08e35137
Octal611313521177601034312167
Binary110001101100111101010100111111111001000111000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3159EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3159EA; }

 p { color: rgb(49,89,234); }

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

<style>
 a { background-color: #3159EA; }

 a { background-color: rgb(49,89,234); }

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

<style>
 span { border-color: #3159EA; }

 span { border-color: rgb(49,89,234); }

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