#294EBF

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

Shades of Cerulean Blue #294EBF

Tints of Cerulean Blue #294EBF

Color information

#294EBF (or 0x294EBF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4E and BF. RGB value is (41,78,191). Sum of RGB (Red+Green+Blue) = 41+78+191=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #294EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EBF is #D6B140. Grayscale: #4F4F4F. Windows color (decimal): -14070081 or 12537385. OLE color: 12537385.

HSL color Cylindrical-coordinate representation of color #294EBF: hue angle of 225.2º 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 #294EBF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4178191-
CMYK0.790.5900.25
HSL225.2º64.66%45.49%-
HSV(B)225.2º78.53%74.9%-
XYZ13.049.6850.47-
YUV79.82190.74100.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 191 (75% from 255) = 61.61%
R=13.23%
G=25.16%
B=61.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41781910.790.5900.25225.264.6645.49
Hex294EBF4F3B019e1412d
Octal511162771177303134110155
Binary1010011001110101111111001111111011011001111000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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