#2946CB

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

Shades of Cerulean Blue #2946CB

Tints of Cerulean Blue #2946CB

Color information

#2946CB (or 0x2946CB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 46 and CB. RGB value is (41,70,203). Sum of RGB (Red+Green+Blue) = 41+70+203=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #2946CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946CB is #D6B934. Grayscale: #4B4B4B. Windows color (decimal): -14072117 or 13321769. OLE color: 13321769.

HSL color Cylindrical-coordinate representation of color #2946CB: hue angle of 229.26º degrees, saturation: 0.66, 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 #2946CB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4170203-
CMYK0.800.6600.20
HSL229.26º66.39%47.84%-
HSV(B)229.26º79.8%79.61%-
XYZ13.889.1657.54-
YUV76.49199.39102.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 203 (79.69% from 255) = 64.65%
R=13.06%
G=22.29%
B=64.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41702030.800.6600.20229.2666.3947.84
Hex2946CB5042014e54230
Octal5110631312010202434510260
Binary10100110001101100101110100001000010010100111001011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2946CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2946CB; }

 p { color: rgb(41,70,203); }

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

<style>
 a { background-color: #2946CB; }

 a { background-color: rgb(41,70,203); }

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

<style>
 span { border-color: #2946CB; }

 span { border-color: rgb(41,70,203); }

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