#294BE2

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

Shades of Cerulean Blue #294BE2

Tints of Cerulean Blue #294BE2

Color information

#294BE2 (or 0x294BE2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4B and E2. RGB value is (41,75,226). Sum of RGB (Red+Green+Blue) = 41+75+226=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 226 (88.67% from 255 or 66.08% from 342); Max value from RGB is 226 - color contains mainly: blue. Hex color #294BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BE2 is #D6B41D. Grayscale: #515151. Windows color (decimal): -14070814 or 14830377. OLE color: 14830377.

HSL color Cylindrical-coordinate representation of color #294BE2: hue angle of 228.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294BE2 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4175226-
CMYK0.820.6700.11
HSL228.97º76.13%52.35%-
HSV(B)228.97º81.86%88.63%-
XYZ17.1610.9973.17-
YUV82.05209.2498.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 226 (88.67% from 255) = 66.08%
R=11.99%
G=21.93%
B=66.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41752260.820.6700.11228.9776.1352.35
Hex294BE252430Be54c34
Octal5111334212210301334511464
Binary1010011001011111000101010010100001101011111001011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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