#2946C5

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

Shades of Cerulean Blue #2946C5

Tints of Cerulean Blue #2946C5

Color information

#2946C5 (or 0x2946C5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 46 and C5. RGB value is (41,70,197). Sum of RGB (Red+Green+Blue) = 41+70+197=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #2946C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946C5 is #D6B93A. Grayscale: #4B4B4B. Windows color (decimal): -14072123 or 12928553. OLE color: 12928553.

HSL color Cylindrical-coordinate representation of color #2946C5: hue angle of 228.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2946C5 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4170197-
CMYK0.790.6400.23
HSL228.85º65.55%46.67%-
HSV(B)228.85º79.19%77.25%-
XYZ13.188.8853.84-
YUV75.81196.39103.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 197 (77.34% from 255) = 63.96%
R=13.31%
G=22.73%
B=63.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41701970.790.6400.23228.8565.5546.67
Hex2946C54F40017e5422f
Octal5110630511710002734510257
Binary10100110001101100010110011111000000010111111001011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2946C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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