#2946B4

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

Shades of Cerulean Blue #2946B4

Tints of Cerulean Blue #2946B4

Color information

#2946B4 (or 0x2946B4) is unknown color: approx Cerulean Blue. HEX triplet: 29, 46 and B4. RGB value is (41,70,180). Sum of RGB (Red+Green+Blue) = 41+70+180=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #2946B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946B4 is #D6B94B. Grayscale: #494949. Windows color (decimal): -14072140 or 11814441. OLE color: 11814441.

HSL color Cylindrical-coordinate representation of color #2946B4: hue angle of 227.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2946B4 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4170180-
CMYK0.770.6100.29
HSL227.48º62.9%43.33%-
HSV(B)227.48º77.22%70.59%-
XYZ11.348.1544.15-
YUV73.87187.89104.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 180 (70.70% from 255) = 61.86%
R=14.09%
G=24.05%
B=61.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41701800.770.6100.29227.4862.943.33
Hex2946B44D3D01De33f2b
Octal51106264115750353437753
Binary101001100011010110100100110111110101110111100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2946B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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