#296CEC

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

Shades of Royal Blue #296CEC

Tints of Royal Blue #296CEC

Color information

#296CEC (or 0x296CEC) is unknown color: approx Royal Blue. HEX triplet: 29, 6C and EC. RGB value is (41,108,236). Sum of RGB (Red+Green+Blue) = 41+108+236=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #296CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CEC is #D69313. Grayscale: #656565. Windows color (decimal): -14062356 or 15494185. OLE color: 15494185.

HSL color Cylindrical-coordinate representation of color #296CEC: hue angle of 219.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296CEC is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41108236-
CMYK0.830.5400.07
HSL219.38º83.69%54.31%-
HSV(B)219.38º82.63%92.55%-
XYZ21.4217.2581.56-
YUV102.56203.384.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 236 (92.58% from 255) = 61.30%
R=10.65%
G=28.05%
B=61.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal411082360.830.5400.07219.3883.6954.31
Hex296CEC533607db5436
Octal51154354123660733312466
Binary10100111011001110110010100111101100111110110111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,236); }

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

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

 a { background-color: rgb(41,108,236); }

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

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

 span { border-color: rgb(41,108,236); }

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