#2959C4

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

Shades of Cerulean Blue #2959C4

Tints of Cerulean Blue #2959C4

Color information

#2959C4 (or 0x2959C4) is unknown color: approx Cerulean Blue. HEX triplet: 29, 59 and C4. RGB value is (41,89,196). Sum of RGB (Red+Green+Blue) = 41+89+196=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #2959C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959C4 is #D6A63B. Grayscale: #565656. Windows color (decimal): -14067260 or 12867881. OLE color: 12867881.

HSL color Cylindrical-coordinate representation of color #2959C4: hue angle of 221.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2959C4 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4189196-
CMYK0.790.5500.23
HSL221.42º65.4%46.47%-
HSV(B)221.42º79.08%76.86%-
XYZ14.4511.653.7-
YUV86.85189.695.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 196 (76.95% from 255) = 60.12%
R=12.58%
G=27.30%
B=60.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41891960.790.5500.23221.4265.446.47
Hex2959C44F37017dd412e
Octal511313041176702733510156
Binary1010011011001110001001001111110111010111110111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2959C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2959C4; }

 p { color: rgb(41,89,196); }

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

<style>
 a { background-color: #2959C4; }

 a { background-color: rgb(41,89,196); }

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

<style>
 span { border-color: #2959C4; }

 span { border-color: rgb(41,89,196); }

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