#2954BE

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

Shades of Cerulean Blue #2954BE

Tints of Cerulean Blue #2954BE

Color information

#2954BE (or 0x2954BE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and BE. RGB value is (41,84,190). Sum of RGB (Red+Green+Blue) = 41+84+190=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #2954BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954BE is #D6AB41. Grayscale: #525252. Windows color (decimal): -14068546 or 12473385. OLE color: 12473385.

HSL color Cylindrical-coordinate representation of color #2954BE: hue angle of 222.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2954BE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4184190-
CMYK0.780.5600.25
HSL222.68º64.5%45.29%-
HSV(B)222.68º78.42%74.51%-
XYZ13.3810.5350.04-
YUV83.23188.2597.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=13.02%
G=26.67%
B=60.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41841900.780.5600.25222.6864.545.29
Hex2954BE4E38019df412d
Octal511242761167003133710155
Binary1010011010100101111101001110111000011001110111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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