#3147AE

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

Shades of Cerulean Blue #3147AE

Tints of Cerulean Blue #3147AE

Color information

#3147AE (or 0x3147AE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 47 and AE. RGB value is (49,71,174). Sum of RGB (Red+Green+Blue) = 49+71+174=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #3147AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3147AE is #CEB851. Grayscale: #4B4B4B. Windows color (decimal): -13547602 or 11421489. OLE color: 11421489.

HSL color Cylindrical-coordinate representation of color #3147AE: hue angle of 229.44º 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 #3147AE is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4971174-
CMYK0.720.5900.32
HSL229.44º56.05%43.73%-
HSV(B)229.44º71.84%68.24%-
XYZ11.168.2241.04-
YUV76.16183.21108.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=16.67%
G=24.15%
B=59.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49711740.720.5900.32229.4456.0543.73
Hex3147AE483B020e5382c
Octal61107256110730403457054
Binary1100011000111101011101001000111011010000011100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3147AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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