#2948AB

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

Shades of Cerulean Blue #2948AB

Tints of Cerulean Blue #2948AB

Color information

#2948AB (or 0x2948AB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 48 and AB. RGB value is (41,72,171). Sum of RGB (Red+Green+Blue) = 41+72+171=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #2948AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2948AB is #D6B754. Grayscale: #494949. Windows color (decimal): -14071637 or 11225129. OLE color: 11225129.

HSL color Cylindrical-coordinate representation of color #2948AB: hue angle of 225.69º 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 #2948AB is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4172171-
CMYK0.760.5800.33
HSL225.69º61.32%41.57%-
HSV(B)225.69º76.02%67.06%-
XYZ10.588.0539.52-
YUV74.02182.73104.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=14.44%
G=25.35%
B=60.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41721710.760.5800.33225.6961.3241.57
Hex2948AB4C3A021e23d2a
Octal51110253114720413427552
Binary1010011001000101010111001100111010010000111100010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2948AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2948AB; }

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

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

<style>
 a { background-color: #2948AB; }

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

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

<style>
 span { border-color: #2948AB; }

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

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