#2846EA

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

Shades of Royal Blue #2846EA

Tints of Royal Blue #2846EA

Color information

#2846EA (or 0x2846EA) is unknown color: approx Royal Blue. HEX triplet: 28, 46 and EA. RGB value is (40,70,234). Sum of RGB (Red+Green+Blue) = 40+70+234=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #2846EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2846EA is #D7B915. Grayscale: #4F4F4F. Windows color (decimal): -14137622 or 15353384. OLE color: 15353384.

HSL color Cylindrical-coordinate representation of color #2846EA: hue angle of 230.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2846EA is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4070234-
CMYK0.830.7000.08
HSL230.72º82.2%53.73%-
HSV(B)230.72º82.91%91.76%-
XYZ17.9210.7778.98-
YUV79.73215.0699.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 234 (91.80% from 255) = 68.02%
R=11.63%
G=20.35%
B=68.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal40702340.830.7000.08230.7282.253.73
Hex2846EA534608e75236
Octal5010635212310601034712266
Binary1010001000110111010101010011100011001000111001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2846EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2846EA; }

 p { color: rgb(40,70,234); }

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

<style>
 a { background-color: #2846EA; }

 a { background-color: rgb(40,70,234); }

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

<style>
 span { border-color: #2846EA; }

 span { border-color: rgb(40,70,234); }

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