#294ACC

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

Shades of Cerulean Blue #294ACC

Tints of Cerulean Blue #294ACC

Color information

#294ACC (or 0x294ACC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4A and CC. RGB value is (41,74,204). Sum of RGB (Red+Green+Blue) = 41+74+204=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #294ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACC is #D6B533. Grayscale: #4E4E4E. Windows color (decimal): -14071092 or 13388329. OLE color: 13388329.

HSL color Cylindrical-coordinate representation of color #294ACC: hue angle of 227.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294ACC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4174204-
CMYK0.800.6400.2
HSL227.85º66.53%48.04%-
HSV(B)227.85º79.9%80%-
XYZ14.269.7358.25-
YUV78.95198.57100.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=12.85%
G=23.20%
B=63.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41742040.800.6400.2227.8566.5348.04
Hex294ACC5040014e44330
Octal5111231412010002434410360
Binary10100110010101100110010100001000000010100111001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,204); }

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

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

 a { background-color: rgb(41,74,204); }

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

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

 span { border-color: rgb(41,74,204); }

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