#2E62F3

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

Shades of Royal Blue #2E62F3

Tints of Royal Blue #2E62F3

Color information

#2E62F3 (or 0x2E62F3) is unknown color: approx Royal Blue. HEX triplet: 2E, 62 and F3. RGB value is (46,98,243). Sum of RGB (Red+Green+Blue) = 46+98+243=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #2E62F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E62F3 is #D19D0C. Grayscale: #626262. Windows color (decimal): -13737229 or 15950382. OLE color: 15950382.

HSL color Cylindrical-coordinate representation of color #2E62F3: hue angle of 224.16º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E62F3 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4698243-
CMYK0.810.6000.05
HSL224.16º89.14%56.67%-
HSV(B)224.16º81.07%95.29%-
XYZ21.6715.7986.7-
YUV98.98209.2790.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.89%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 243 (95.31% from 255) = 62.79%
R=11.89%
G=25.32%
B=62.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46982430.810.6000.05224.1689.1456.67
Hex2E62F3513C05e05939
Octal56142363121740534013171
Binary10111011000101111001110100011111000101111000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E62F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E62F3; }

 p { color: rgb(46,98,243); }

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

<style>
 a { background-color: #2E62F3; }

 a { background-color: rgb(46,98,243); }

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

<style>
 span { border-color: #2E62F3; }

 span { border-color: rgb(46,98,243); }

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