#2954C4

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

Shades of Cerulean Blue #2954C4

Tints of Cerulean Blue #2954C4

Color information

#2954C4 (or 0x2954C4) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and C4. RGB value is (41,84,196). Sum of RGB (Red+Green+Blue) = 41+84+196=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #2954C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954C4 is #D6AB3B. Grayscale: #535353. Windows color (decimal): -14068540 or 12866601. OLE color: 12866601.

HSL color Cylindrical-coordinate representation of color #2954C4: hue angle of 223.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2954C4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4184196-
CMYK0.790.5700.23
HSL223.35º65.4%46.47%-
HSV(B)223.35º79.08%76.86%-
XYZ14.0510.853.57-
YUV83.91191.2597.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.77%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 196 (76.95% from 255) = 61.06%
R=12.77%
G=26.17%
B=61.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41841960.790.5700.23223.3565.446.47
Hex2954C44F39017df412e
Octal511243041177102733710156
Binary1010011010100110001001001111111001010111110111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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