#2E67EF

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

Shades of Royal Blue #2E67EF

Tints of Royal Blue #2E67EF

Color information

#2E67EF (or 0x2E67EF) is unknown color: approx Royal Blue. HEX triplet: 2E, 67 and EF. RGB value is (46,103,239). Sum of RGB (Red+Green+Blue) = 46+103+239=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E67EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E67EF is #D19810. Grayscale: #646464. Windows color (decimal): -13735953 or 15689518. OLE color: 15689518.

HSL color Cylindrical-coordinate representation of color #2E67EF: hue angle of 222.28º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E67EF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB46103239-
CMYK0.810.5700.06
HSL222.28º85.78%55.88%-
HSV(B)222.28º80.75%93.73%-
XYZ21.5616.5183.71-
YUV101.46205.6288.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 239 (93.75% from 255) = 61.60%
R=11.86%
G=26.55%
B=61.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461032390.810.5700.06222.2885.7855.88
Hex2E67EF513906de5638
Octal56147357121710633612670
Binary10111011001111110111110100011110010110110111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E67EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,239); }

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

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

 a { background-color: rgb(46,103,239); }

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

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

 span { border-color: rgb(46,103,239); }

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