#296EDA

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

Shades of Royal Blue #296EDA

Tints of Royal Blue #296EDA

Color information

#296EDA (or 0x296EDA) is unknown color: approx Royal Blue. HEX triplet: 29, 6E and DA. RGB value is (41,110,218). Sum of RGB (Red+Green+Blue) = 41+110+218=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #296EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EDA is #D69125. Grayscale: #656565. Windows color (decimal): -14061862 or 14315049. OLE color: 14315049.

HSL color Cylindrical-coordinate representation of color #296EDA: hue angle of 216.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296EDA is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41110218-
CMYK0.810.5000.15
HSL216.61º70.52%50.78%-
HSV(B)216.61º81.19%85.49%-
XYZ19.1516.6968.54-
YUV101.68193.6484.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.11%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 218 (85.55% from 255) = 59.08%
R=11.11%
G=29.81%
B=59.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411102180.810.5000.15216.6170.5250.78
Hex296EDA51320Fd94733
Octal511563321216201733110763
Binary101001110111011011010101000111001001111110110011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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