#294BBB

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

Shades of Cerulean Blue #294BBB

Tints of Cerulean Blue #294BBB

Color information

#294BBB (or 0x294BBB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4B and BB. RGB value is (41,75,187). Sum of RGB (Red+Green+Blue) = 41+75+187=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #294BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBB is #D6B444. Grayscale: #4D4D4D. Windows color (decimal): -14070853 or 12274473. OLE color: 12274473.

HSL color Cylindrical-coordinate representation of color #294BBB: hue angle of 226.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294BBB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4175187-
CMYK0.780.6000.27
HSL226.03º64.04%44.71%-
HSV(B)226.03º78.07%73.33%-
XYZ12.49.0948.11-
YUV77.6189.74101.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=13.53%
G=24.75%
B=61.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41751870.780.6000.27226.0364.0444.71
Hex294BBB4E3C01Be2402d
Octal511132731167403334210055
Binary1010011001011101110111001110111100011011111000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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