#2954B1

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

Shades of Cerulean Blue #2954B1

Tints of Cerulean Blue #2954B1

Color information

#2954B1 (or 0x2954B1) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and B1. RGB value is (41,84,177). Sum of RGB (Red+Green+Blue) = 41+84+177=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #2954B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2954B1 is #D6AB4E. Grayscale: #515151. Windows color (decimal): -14068559 or 11621417. OLE color: 11621417.

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

Color convert

RGB4184177-
CMYK0.770.5300.31
HSL221.03º62.39%42.75%-
HSV(B)221.03º76.84%69.41%-
XYZ12.029.9942.89-
YUV81.74181.7598.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 177 (69.53% from 255) = 58.61%
R=13.58%
G=27.81%
B=58.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41841770.770.5300.31221.0362.3942.75
Hex2954B14D3501Fdd3e2b
Octal51124261115650373357653
Binary101001101010010110001100110111010101111111011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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