#294CC9

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

Shades of Cerulean Blue #294CC9

Tints of Cerulean Blue #294CC9

Color information

#294CC9 (or 0x294CC9) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4C and C9. RGB value is (41,76,201). Sum of RGB (Red+Green+Blue) = 41+76+201=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #294CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CC9 is #D6B336. Grayscale: #4F4F4F. Windows color (decimal): -14070583 or 13192233. OLE color: 13192233.

HSL color Cylindrical-coordinate representation of color #294CC9: hue angle of 226.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294CC9 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4176201-
CMYK0.800.6200.21
HSL226.88º66.12%47.45%-
HSV(B)226.88º79.6%78.82%-
XYZ14.049.8656.42-
YUV79.78196.4100.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 201 (78.91% from 255) = 63.21%
R=12.89%
G=23.90%
B=63.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41762010.800.6200.21226.8866.1247.45
Hex294CC9503E015e3422f
Octal511143111207602534310257
Binary1010011001100110010011010000111110010101111000111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,201); }

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

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

 a { background-color: rgb(41,76,201); }

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

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

 span { border-color: rgb(41,76,201); }

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