#294AAB

Color #294AAB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #294AAB

Tints of Cerulean Blue #294AAB

Color information

#294AAB (or 0x294AAB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4A and AB. RGB value is (41,74,171). Sum of RGB (Red+Green+Blue) = 41+74+171=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #294AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAB is #D6B554. Grayscale: #4A4A4A. Windows color (decimal): -14071125 or 11225641. OLE color: 11225641.

HSL color Cylindrical-coordinate representation of color #294AAB: hue angle of 224.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294AAB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4174171-
CMYK0.760.5700.33
HSL224.77º61.32%41.57%-
HSV(B)224.77º76.02%67.06%-
XYZ10.718.3139.57-
YUV75.19182.07103.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=14.34%
G=25.87%
B=59.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41741710.760.5700.33224.7761.3241.57
Hex294AAB4C39021e13d2a
Octal51112253114710413417552
Binary1010011001010101010111001100111001010000111100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294AAB; }

 p { color: rgb(41,74,171); }

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

<style>
 a { background-color: #294AAB; }

 a { background-color: rgb(41,74,171); }

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

<style>
 span { border-color: #294AAB; }

 span { border-color: rgb(41,74,171); }

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