#3163B4

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

Shades of Cerulean Blue #3163B4

Tints of Cerulean Blue #3163B4

Color information

#3163B4 (or 0x3163B4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 63 and B4. RGB value is (49,99,180). Sum of RGB (Red+Green+Blue) = 49+99+180=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #3163B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163B4 is #CE9C4B. Grayscale: #5C5C5C. Windows color (decimal): -13540428 or 11821873. OLE color: 11821873.

HSL color Cylindrical-coordinate representation of color #3163B4: hue angle of 217.1º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3163B4 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4999180-
CMYK0.730.4500.29
HSL217.1º57.21%44.9%-
HSV(B)217.1º72.78%70.59%-
XYZ13.9712.8744.93-
YUV93.28176.9496.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 180 (70.70% from 255) = 54.88%
R=14.94%
G=30.18%
B=54.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49991800.730.4500.29217.157.2144.9
Hex3163B4492D01Dd9392d
Octal61143264111550353317155
Binary110001110001110110100100100110110101110111011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3163B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3163B4; }

 p { color: rgb(49,99,180); }

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

<style>
 a { background-color: #3163B4; }

 a { background-color: rgb(49,99,180); }

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

<style>
 span { border-color: #3163B4; }

 span { border-color: rgb(49,99,180); }

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