#3074E5

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

Shades of Royal Blue #3074E5

Tints of Royal Blue #3074E5

Color information

#3074E5 (or 0x3074E5) is unknown color: approx Royal Blue. HEX triplet: 30, 74 and E5. RGB value is (48,116,229). Sum of RGB (Red+Green+Blue) = 48+116+229=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #3074E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074E5 is #CF8B1A. Grayscale: #6C6C6C. Windows color (decimal): -13601563 or 15037488. OLE color: 15037488.

HSL color Cylindrical-coordinate representation of color #3074E5: hue angle of 217.46º 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 #3074E5 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48116229-
CMYK0.790.4900.10
HSL217.46º77.68%54.31%-
HSV(B)217.46º79.04%89.8%-
XYZ21.6118.7876.61-
YUV108.55195.9784.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.21%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 229 (89.84% from 255) = 58.27%
R=12.21%
G=29.52%
B=58.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481162290.790.4900.10217.4677.6854.31
Hex3074E54F310Ad94e36
Octal601643451176101233111666
Binary110000111010011100101100111111000101010110110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3074E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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