#2945CC

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

Shades of Cerulean Blue #2945CC

Tints of Cerulean Blue #2945CC

Color information

#2945CC (or 0x2945CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 45 and CC. RGB value is (41,69,204). Sum of RGB (Red+Green+Blue) = 41+69+204=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #2945CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2945CC is #D6BA33. Grayscale: #4B4B4B. Windows color (decimal): -14072372 or 13387049. OLE color: 13387049.

HSL color Cylindrical-coordinate representation of color #2945CC: hue angle of 229.69º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2945CC is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4169204-
CMYK0.800.6600.2
HSL229.69º66.53%48.04%-
HSV(B)229.69º79.9%80%-
XYZ13.949.0958.15-
YUV76.02200.22103.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=13.06%
G=21.97%
B=64.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41692040.800.6600.2229.6966.5348.04
Hex2945CC5042014e64330
Octal5110531412010202434610360
Binary10100110001011100110010100001000010010100111001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2945CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2945CC; }

 p { color: rgb(41,69,204); }

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

<style>
 a { background-color: #2945CC; }

 a { background-color: rgb(41,69,204); }

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

<style>
 span { border-color: #2945CC; }

 span { border-color: rgb(41,69,204); }

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