#3147BB

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

Shades of Cerulean Blue #3147BB

Tints of Cerulean Blue #3147BB

Color information

#3147BB (or 0x3147BB) is unknown color: approx Cerulean Blue. HEX triplet: 31, 47 and BB. RGB value is (49,71,187). Sum of RGB (Red+Green+Blue) = 49+71+187=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #3147BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3147BB is #CEB844. Grayscale: #4D4D4D. Windows color (decimal): -13547589 or 12273457. OLE color: 12273457.

HSL color Cylindrical-coordinate representation of color #3147BB: hue angle of 230.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3147BB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4971187-
CMYK0.740.6200.27
HSL230.43º58.47%46.27%-
HSV(B)230.43º73.8%73.33%-
XYZ12.498.7548.04-
YUV77.65189.71107.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 187 (73.44% from 255) = 60.91%
R=15.96%
G=23.13%
B=60.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49711870.740.6200.27230.4358.4746.27
Hex3147BB4A3E01Be63a2e
Octal61107273112760333467256
Binary110001100011110111011100101011111001101111100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3147BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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