#294ACA

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

Shades of Cerulean Blue #294ACA

Tints of Cerulean Blue #294ACA

Color information

#294ACA (or 0x294ACA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 4A and CA. RGB value is (41,74,202). Sum of RGB (Red+Green+Blue) = 41+74+202=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #294ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACA is #D6B535. Grayscale: #4E4E4E. Windows color (decimal): -14071094 or 13257257. OLE color: 13257257.

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

Color convert

RGB4174202-
CMYK0.800.6300.21
HSL227.7º66.26%47.65%-
HSV(B)227.7º79.7%79.22%-
XYZ14.029.6357-
YUV78.72197.57101.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=12.93%
G=23.34%
B=63.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41742020.800.6300.21227.766.2647.65
Hex294ACA503F015e44230
Octal511123121207702534410260
Binary1010011001010110010101010000111111010101111001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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