#304EE6

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

Shades of Royal Blue #304EE6

Tints of Royal Blue #304EE6

Color information

#304EE6 (or 0x304EE6) is unknown color: approx Royal Blue. HEX triplet: 30, 4E and E6. RGB value is (48,78,230). Sum of RGB (Red+Green+Blue) = 48+78+230=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #304EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EE6 is #CFB119. Grayscale: #555555. Windows color (decimal): -13611290 or 15093296. OLE color: 15093296.

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

Color convert

RGB4878230-
CMYK0.790.6600.10
HSL230.11º78.45%54.51%-
HSV(B)230.11º79.13%90.2%-
XYZ18.2311.7976.18-
YUV86.36209.06100.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 230 (90.23% from 255) = 64.61%
R=13.48%
G=21.91%
B=64.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48782300.790.6600.10230.1178.4554.51
Hex304EE64F420Ae64e37
Octal6011634611710201234611667
Binary1100001001110111001101001111100001001010111001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304EE6; }

 p { color: rgb(48,78,230); }

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

<style>
 a { background-color: #304EE6; }

 a { background-color: rgb(48,78,230); }

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

<style>
 span { border-color: #304EE6; }

 span { border-color: rgb(48,78,230); }

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