#2950ab

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

Shades of Cerulean Blue #2950AB

Tints of Cerulean Blue #2950AB

Color information

#2950AB (or 0x2950AB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 50 and AB. RGB value is (41,80,171). Sum of RGB (Red+Green+Blue) = 41+80+171=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2950AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2950AB is #D6AF54. Grayscale: #4E4E4E. Windows color (decimal): -14069589 or 11227177. OLE color: 11227177.

HSL color Cylindrical-coordinate representation of color #2950AB: hue angle of 222º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2950AB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4180171-
CMYK0.760.5300.33
HSL222º61.32%41.57%-
HSV(B)222º76.02%67.06%-
XYZ11.139.1539.71-
YUV78.71180.08101.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 171 (67.19% from 255) = 58.56%
R=14.04%
G=27.40%
B=58.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41801710.760.5300.3322261.3241.57
Hex2950AB4C35021de3d2a
Octal51120253114650413367552
Binary1010011010000101010111001100110101010000111011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2950ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2950ab; }

 p { color: rgb(41,80,171); }

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

<style>
 a { background-color: #2950ab; }

 a { background-color: rgb(41,80,171); }

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

<style>
 span { border-color: #2950ab; }

 span { border-color: rgb(41,80,171); }

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