#2946DA

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

Shades of Cerulean Blue #2946DA

Tints of Cerulean Blue #2946DA

Color information

#2946DA (or 0x2946DA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 46 and DA. RGB value is (41,70,218). Sum of RGB (Red+Green+Blue) = 41+70+218=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #2946DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946DA is #D6B925. Grayscale: #4D4D4D. Windows color (decimal): -14072102 or 14304809. OLE color: 14304809.

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

Color convert

RGB4170218-
CMYK0.810.6800.15
HSL230.17º70.52%50.78%-
HSV(B)230.17º81.19%85.49%-
XYZ15.769.9167.41-
YUV78.2206.89101.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 218 (85.55% from 255) = 66.26%
R=12.46%
G=21.28%
B=66.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41702180.810.6800.15230.1770.5250.78
Hex2946DA51440Fe64733
Octal5110633212110401734610763
Binary1010011000110110110101010001100010001111111001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2946DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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