#294BBE

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

Shades of Cerulean Blue #294BBE

Tints of Cerulean Blue #294BBE

Color information

#294BBE (or 0x294BBE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4B and BE. RGB value is (41,75,190). Sum of RGB (Red+Green+Blue) = 41+75+190=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #294BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBE is #D6B441. Grayscale: #4D4D4D. Windows color (decimal): -14070850 or 12471081. OLE color: 12471081.

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

Color convert

RGB4175190-
CMYK0.780.6100.25
HSL226.31º64.5%45.29%-
HSV(B)226.31º78.42%74.51%-
XYZ12.729.2249.82-
YUV77.94191.24101.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=13.40%
G=24.51%
B=62.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41751900.780.6100.25226.3164.545.29
Hex294BBE4E3D019e2412d
Octal511132761167503134210155
Binary1010011001011101111101001110111101011001111000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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