#2948EC

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

Shades of Royal Blue #2948EC

Tints of Royal Blue #2948EC

Color information

#2948EC (or 0x2948EC) is unknown color: approx Royal Blue. HEX triplet: 29, 48 and EC. RGB value is (41,72,236). Sum of RGB (Red+Green+Blue) = 41+72+236=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #2948EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948EC is #D6B713. Grayscale: #505050. Windows color (decimal): -14071572 or 15484969. OLE color: 15484969.

HSL color Cylindrical-coordinate representation of color #2948EC: hue angle of 230.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2948EC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4172236-
CMYK0.830.6900.07
HSL230.46º83.69%54.31%-
HSV(B)230.46º82.63%92.55%-
XYZ18.3711.1680.54-
YUV81.43215.2399.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 236 (92.58% from 255) = 67.62%
R=11.75%
G=20.63%
B=67.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41722360.830.6900.07230.4683.6954.31
Hex2948EC534507e65436
Octal511103541231050734612466
Binary101001100100011101100101001110001010111111001101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2948EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2948EC; }

 p { color: rgb(41,72,236); }

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

<style>
 a { background-color: #2948EC; }

 a { background-color: rgb(41,72,236); }

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

<style>
 span { border-color: #2948EC; }

 span { border-color: rgb(41,72,236); }

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