#296FE1

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

Shades of Royal Blue #296FE1

Tints of Royal Blue #296FE1

Color information

#296FE1 (or 0x296FE1) is unknown color: approx Royal Blue. HEX triplet: 29, 6F and E1. RGB value is (41,111,225). Sum of RGB (Red+Green+Blue) = 41+111+225=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #296FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FE1 is #D6901E. Grayscale: #666666. Windows color (decimal): -14061599 or 14774057. OLE color: 14774057.

HSL color Cylindrical-coordinate representation of color #296FE1: hue angle of 217.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296FE1 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB41111225-
CMYK0.820.5100.12
HSL217.17º75.41%52.16%-
HSV(B)217.17º81.78%88.24%-
XYZ20.1917.2873.5-
YUV103.07196.8183.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.88%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 225 (88.28% from 255) = 59.68%
R=10.88%
G=29.44%
B=59.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal411112250.820.5100.12217.1775.4152.16
Hex296FE152330Cd94b34
Octal511573411226301433111364
Binary101001110111111100001101001011001101100110110011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,111,225); }

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

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

 a { background-color: rgb(41,111,225); }

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

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

 span { border-color: rgb(41,111,225); }

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