#3157e8

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

Shades of Royal Blue #3157E8

Tints of Royal Blue #3157E8

Color information

#3157E8 (or 0x3157E8) is unknown color: approx Royal Blue. HEX triplet: 31, 57 and E8. RGB value is (49,87,232). Sum of RGB (Red+Green+Blue) = 49+87+232=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #3157E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3157E8 is #CEA817. Grayscale: #5B5B5B. Windows color (decimal): -13543448 or 15226673. OLE color: 15226673.

HSL color Cylindrical-coordinate representation of color #3157E8: hue angle of 227.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3157E8 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4987232-
CMYK0.790.6200.09
HSL227.54º79.91%55.1%-
HSV(B)227.54º78.88%90.98%-
XYZ19.2413.377.9-
YUV92.17206.9197.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.32%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 232 (91.02% from 255) = 63.04%
R=13.32%
G=23.64%
B=63.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49872320.790.6200.09227.5479.9155.1
Hex3157E84F3E09e45037
Octal611273501177601134412067
Binary110001101011111101000100111111111001001111001001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3157e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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