#294BBF

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

Shades of Cerulean Blue #294BBF

Tints of Cerulean Blue #294BBF

Color information

#294BBF (or 0x294BBF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4B and BF. RGB value is (41,75,191). Sum of RGB (Red+Green+Blue) = 41+75+191=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #294BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBF is #D6B440. Grayscale: #4D4D4D. Windows color (decimal): -14070849 or 12536617. OLE color: 12536617.

HSL color Cylindrical-coordinate representation of color #294BBF: hue angle of 226.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294BBF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4175191-
CMYK0.790.6100.25
HSL226.4º64.66%45.49%-
HSV(B)226.4º78.53%74.9%-
XYZ12.839.2750.4-
YUV78.06191.74101.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 191 (75% from 255) = 62.21%
R=13.36%
G=24.43%
B=62.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41751910.790.6100.25226.464.6645.49
Hex294BBF4F3D019e2412d
Octal511132771177503134210155
Binary1010011001011101111111001111111101011001111000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,191); }

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

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

 a { background-color: rgb(41,75,191); }

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

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

 span { border-color: rgb(41,75,191); }

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