#2946DB

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

Shades of Cerulean Blue #2946DB

Tints of Cerulean Blue #2946DB

Color information

#2946DB (or 0x2946DB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 46 and DB. RGB value is (41,70,219). Sum of RGB (Red+Green+Blue) = 41+70+219=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #2946DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946DB is #D6B924. Grayscale: #4D4D4D. Windows color (decimal): -14072101 or 14370345. OLE color: 14370345.

HSL color Cylindrical-coordinate representation of color #2946DB: hue angle of 230.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2946DB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4170219-
CMYK0.810.6800.14
HSL230.22º71.2%50.98%-
HSV(B)230.22º81.28%85.88%-
XYZ15.899.9768.1-
YUV78.32207.39101.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 219 (85.94% from 255) = 66.36%
R=12.42%
G=21.21%
B=66.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal41702190.810.6800.14230.2271.250.98
Hex2946DB51440Ee64733
Octal5110633312110401634610763
Binary1010011000110110110111010001100010001110111001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2946DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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