#294FBF

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

Shades of Cerulean Blue #294FBF

Tints of Cerulean Blue #294FBF

Color information

#294FBF (or 0x294FBF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4F and BF. RGB value is (41,79,191). Sum of RGB (Red+Green+Blue) = 41+79+191=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #294FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FBF is #D6B040. Grayscale: #4F4F4F. Windows color (decimal): -14069825 or 12537641. OLE color: 12537641.

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

Color convert

RGB4179191-
CMYK0.790.5900.25
HSL224.8º64.66%45.49%-
HSV(B)224.8º78.53%74.9%-
XYZ13.119.8250.5-
YUV80.41190.4199.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 191 (75% from 255) = 61.41%
R=13.18%
G=25.40%
B=61.41%

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
Decimal41791910.790.5900.25224.864.6645.49
Hex294FBF4F3B019e1412d
Octal511172771177303134110155
Binary1010011001111101111111001111111011011001111000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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