#2954B3

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

Shades of Cerulean Blue #2954B3

Tints of Cerulean Blue #2954B3

Color information

#2954B3 (or 0x2954B3) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and B3. RGB value is (41,84,179). Sum of RGB (Red+Green+Blue) = 41+84+179=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #2954B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954B3 is #D6AB4C. Grayscale: #515151. Windows color (decimal): -14068557 or 11752489. OLE color: 11752489.

HSL color Cylindrical-coordinate representation of color #2954B3: hue angle of 221.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2954B3 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4184179-
CMYK0.770.5300.30
HSL221.3º62.73%43.14%-
HSV(B)221.3º77.09%70.2%-
XYZ12.2210.0743.95-
YUV81.97182.7598.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 179 (70.31% from 255) = 58.88%
R=13.49%
G=27.63%
B=58.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41841790.770.5300.30221.362.7343.14
Hex2954B34D3501Edd3f2b
Octal51124263115650363357753
Binary101001101010010110011100110111010101111011011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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