#3050E3

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

Shades of Royal Blue #3050E3

Tints of Royal Blue #3050E3

Color information

#3050E3 (or 0x3050E3) is unknown color: approx Royal Blue. HEX triplet: 30, 50 and E3. RGB value is (48,80,227). Sum of RGB (Red+Green+Blue) = 48+80+227=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 227 (89.06% from 255 or 63.94% from 355); Max value from RGB is 227 - color contains mainly: blue. Hex color #3050E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050E3 is #CFAF1C. Grayscale: #565656. Windows color (decimal): -13610781 or 14897200. OLE color: 14897200.

HSL color Cylindrical-coordinate representation of color #3050E3: hue angle of 229.27º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3050E3 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4880227-
CMYK0.790.6500.11
HSL229.27º76.17%53.92%-
HSV(B)229.27º78.85%89.02%-
XYZ17.9511.9174.03-
YUV87.19206.9100.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 227 (89.06% from 255) = 63.94%
R=13.52%
G=22.54%
B=63.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48802270.790.6500.11229.2776.1753.92
Hex3050E34F410Be54c36
Octal6012034311710101334511466
Binary1100001010000111000111001111100000101011111001011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3050E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3050E3; }

 p { color: rgb(48,80,227); }

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

<style>
 a { background-color: #3050E3; }

 a { background-color: rgb(48,80,227); }

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

<style>
 span { border-color: #3050E3; }

 span { border-color: rgb(48,80,227); }

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