#3056E8

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

Shades of Royal Blue #3056E8

Tints of Royal Blue #3056E8

Color information

#3056E8 (or 0x3056E8) is unknown color: approx Royal Blue. HEX triplet: 30, 56 and E8. RGB value is (48,86,232). Sum of RGB (Red+Green+Blue) = 48+86+232=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #3056E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3056E8 is #CFA917. Grayscale: #5A5A5A. Windows color (decimal): -13609240 or 15226416. OLE color: 15226416.

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

Color convert

RGB4886232-
CMYK0.790.6300.09
HSL227.61º80%54.9%-
HSV(B)227.61º79.31%90.98%-
XYZ19.1113.1177.87-
YUV91.28207.4197.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 232 (91.02% from 255) = 63.39%
R=13.11%
G=23.50%
B=63.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48862320.790.6300.09227.618054.9
Hex3056E84F3F09e45037
Octal601263501177701134412067
Binary110000101011011101000100111111111101001111001001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3056E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3056E8; }

 p { color: rgb(48,86,232); }

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

<style>
 a { background-color: #3056E8; }

 a { background-color: rgb(48,86,232); }

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

<style>
 span { border-color: #3056E8; }

 span { border-color: rgb(48,86,232); }

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