#2954AA

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

Shades of Cerulean Blue #2954AA

Tints of Cerulean Blue #2954AA

Color information

#2954AA (or 0x2954AA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and AA. RGB value is (41,84,170). Sum of RGB (Red+Green+Blue) = 41+84+170=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #2954AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2954AA is #D6AB55. Grayscale: #505050. Windows color (decimal): -14068566 or 11162665. OLE color: 11162665.

HSL color Cylindrical-coordinate representation of color #2954AA: hue angle of 220º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2954AA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4184170-
CMYK0.760.5100.33
HSL220º61.14%41.37%-
HSV(B)220º75.88%66.67%-
XYZ11.349.7139.31-
YUV80.95178.2599.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=13.90%
G=28.47%
B=57.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41841700.760.5100.3322061.1441.37
Hex2954AA4C33021dc3d29
Octal51124252114630413347551
Binary1010011010100101010101001100110011010000111011100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2954AA; }

 p { color: rgb(41,84,170); }

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

<style>
 a { background-color: #2954AA; }

 a { background-color: rgb(41,84,170); }

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

<style>
 span { border-color: #2954AA; }

 span { border-color: rgb(41,84,170); }

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