#2954CA

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

Shades of Cerulean Blue #2954CA

Tints of Cerulean Blue #2954CA

Color information

#2954CA (or 0x2954CA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and CA. RGB value is (41,84,202). Sum of RGB (Red+Green+Blue) = 41+84+202=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #2954CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954CA is #D6AB35. Grayscale: #545454. Windows color (decimal): -14068534 or 13259817. OLE color: 13259817.

HSL color Cylindrical-coordinate representation of color #2954CA: hue angle of 223.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2954CA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4184202-
CMYK0.800.5800.21
HSL223.98º66.26%47.65%-
HSV(B)223.98º79.7%79.22%-
XYZ14.7511.0857.24-
YUV84.6194.2596.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=12.54%
G=25.69%
B=61.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41842020.800.5800.21223.9866.2647.65
Hex2954CA503A015e04230
Octal511243121207202534010260
Binary1010011010100110010101010000111010010101111000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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