#296EE6

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

Shades of Royal Blue #296EE6

Tints of Royal Blue #296EE6

Color information

#296EE6 (or 0x296EE6) is unknown color: approx Royal Blue. HEX triplet: 29, 6E and E6. RGB value is (41,110,230). Sum of RGB (Red+Green+Blue) = 41+110+230=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #296EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EE6 is #D69119. Grayscale: #666666. Windows color (decimal): -14061850 or 15101481. OLE color: 15101481.

HSL color Cylindrical-coordinate representation of color #296EE6: hue angle of 218.1º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296EE6 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB41110230-
CMYK0.820.5200.10
HSL218.1º79.08%53.14%-
HSV(B)218.1º82.17%90.2%-
XYZ20.7717.3477.11-
YUV103.05199.6483.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.76%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 230 (90.23% from 255) = 60.37%
R=10.76%
G=28.87%
B=60.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal411102300.820.5200.10218.179.0853.14
Hex296EE652340Ada4f35
Octal511563461226401233211765
Binary101001110111011100110101001011010001010110110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296EE6; }

 p { color: rgb(41,110,230); }

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

<style>
 a { background-color: #296EE6; }

 a { background-color: rgb(41,110,230); }

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

<style>
 span { border-color: #296EE6; }

 span { border-color: rgb(41,110,230); }

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