#3149AE

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

Shades of Cerulean Blue #3149AE

Tints of Cerulean Blue #3149AE

Color information

#3149AE (or 0x3149AE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 49 and AE. RGB value is (49,73,174). Sum of RGB (Red+Green+Blue) = 49+73+174=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #3149AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3149AE is #CEB651. Grayscale: #4C4C4C. Windows color (decimal): -13547090 or 11422001. OLE color: 11422001.

HSL color Cylindrical-coordinate representation of color #3149AE: hue angle of 228.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3149AE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4973174-
CMYK0.720.5800.32
HSL228.48º56.05%43.73%-
HSV(B)228.48º71.84%68.24%-
XYZ11.298.4741.09-
YUV77.34182.55107.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=16.55%
G=24.66%
B=58.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49731740.720.5800.32228.4856.0543.73
Hex3149AE483A020e4382c
Octal61111256110720403447054
Binary1100011001001101011101001000111010010000011100100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3149AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3149AE; }

 p { color: rgb(49,73,174); }

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

<style>
 a { background-color: #3149AE; }

 a { background-color: rgb(49,73,174); }

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

<style>
 span { border-color: #3149AE; }

 span { border-color: rgb(49,73,174); }

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