#294BE8

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

Shades of Royal Blue #294BE8

Tints of Royal Blue #294BE8

Color information

#294BE8 (or 0x294BE8) is unknown color: approx Royal Blue. HEX triplet: 29, 4B and E8. RGB value is (41,75,232). Sum of RGB (Red+Green+Blue) = 41+75+232=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #294BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BE8 is #D6B417. Grayscale: #525252. Windows color (decimal): -14070808 or 15223593. OLE color: 15223593.

HSL color Cylindrical-coordinate representation of color #294BE8: hue angle of 229.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294BE8 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4175232-
CMYK0.820.6800.09
HSL229.32º80.59%53.53%-
HSV(B)229.32º82.33%90.98%-
XYZ1811.3377.58-
YUV82.73212.2498.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 232 (91.02% from 255) = 66.67%
R=11.78%
G=21.55%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41752320.820.6800.09229.3280.5953.53
Hex294BE8524409e55136
Octal5111335012210401134512166
Binary1010011001011111010001010010100010001001111001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294BE8; }

 p { color: rgb(41,75,232); }

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

<style>
 a { background-color: #294BE8; }

 a { background-color: rgb(41,75,232); }

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

<style>
 span { border-color: #294BE8; }

 span { border-color: rgb(41,75,232); }

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