#294DB1

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

Shades of Cerulean Blue #294DB1

Tints of Cerulean Blue #294DB1

Color information

#294DB1 (or 0x294DB1) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4D and B1. RGB value is (41,77,177). Sum of RGB (Red+Green+Blue) = 41+77+177=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 177 (69.53% from 255 or 60% from 295); Max value from RGB is 177 - color contains mainly: blue. Hex color #294DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DB1 is #D6B24E. Grayscale: #4D4D4D. Windows color (decimal): -14070351 or 11619625. OLE color: 11619625.

HSL color Cylindrical-coordinate representation of color #294DB1: hue angle of 224.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294DB1 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4177177-
CMYK0.770.5600.31
HSL224.12º62.39%42.75%-
HSV(B)224.12º76.84%69.41%-
XYZ11.58.9542.72-
YUV77.64184.07101.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 177 (69.53% from 255) = 60%
R=13.90%
G=26.10%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41771770.770.5600.31224.1262.3942.75
Hex294DB14D3801Fe03e2b
Octal51115261115700373407653
Binary101001100110110110001100110111100001111111100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,177); }

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

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

 a { background-color: rgb(41,77,177); }

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

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

 span { border-color: rgb(41,77,177); }

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