#3157EA

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

Shades of Royal Blue #3157EA

Tints of Royal Blue #3157EA

Color information

#3157EA (or 0x3157EA) is unknown color: approx Royal Blue. HEX triplet: 31, 57 and EA. RGB value is (49,87,234). Sum of RGB (Red+Green+Blue) = 49+87+234=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #3157EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3157EA is #CEA815. Grayscale: #5B5B5B. Windows color (decimal): -13543446 or 15357745. OLE color: 15357745.

HSL color Cylindrical-coordinate representation of color #3157EA: hue angle of 227.68º 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 #3157EA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4987234-
CMYK0.790.6300.08
HSL227.68º81.5%55.49%-
HSV(B)227.68º79.06%91.76%-
XYZ19.5313.4179.4-
YUV92.4207.9197.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 234 (91.80% from 255) = 63.24%
R=13.24%
G=23.51%
B=63.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49872340.790.6300.08227.6881.555.49
Hex3157EA4F3F08e45137
Octal611273521177701034412167
Binary110001101011111101010100111111111101000111001001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3157EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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