#3073E5

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

Shades of Royal Blue #3073E5

Tints of Royal Blue #3073E5

Color information

#3073E5 (or 0x3073E5) is unknown color: approx Royal Blue. HEX triplet: 30, 73 and E5. RGB value is (48,115,229). Sum of RGB (Red+Green+Blue) = 48+115+229=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #3073E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073E5 is #CF8C1A. Grayscale: #6B6B6B. Windows color (decimal): -13601819 or 15037232. OLE color: 15037232.

HSL color Cylindrical-coordinate representation of color #3073E5: hue angle of 217.79º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3073E5 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48115229-
CMYK0.790.5000.10
HSL217.79º77.68%54.31%-
HSV(B)217.79º79.04%89.8%-
XYZ21.4918.5576.58-
YUV107.96196.385.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 229 (89.84% from 255) = 58.42%
R=12.24%
G=29.34%
B=58.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481152290.790.5000.10217.7977.6854.31
Hex3073E54F320Ada4e36
Octal601633451176201233211666
Binary110000111001111100101100111111001001010110110101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3073E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3073E5; }

 p { color: rgb(48,115,229); }

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

<style>
 a { background-color: #3073E5; }

 a { background-color: rgb(48,115,229); }

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

<style>
 span { border-color: #3073E5; }

 span { border-color: rgb(48,115,229); }

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