#3158EA

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

Shades of Royal Blue #3158EA

Tints of Royal Blue #3158EA

Color information

#3158EA (or 0x3158EA) is unknown color: approx Royal Blue. HEX triplet: 31, 58 and EA. RGB value is (49,88,234). Sum of RGB (Red+Green+Blue) = 49+88+234=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #3158EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3158EA is #CEA715. Grayscale: #5C5C5C. Windows color (decimal): -13543190 or 15358001. OLE color: 15358001.

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

Color convert

RGB4988234-
CMYK0.790.6200.08
HSL227.35º81.5%55.49%-
HSV(B)227.35º79.06%91.76%-
XYZ19.6113.5779.43-
YUV92.98207.5896.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=13.21%
G=23.72%
B=63.07%

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
Decimal49882340.790.6200.08227.3581.555.49
Hex3158EA4F3E08e35137
Octal611303521177601034312167
Binary110001101100011101010100111111111001000111000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3158EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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