#3163b3

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

Shades of Cerulean Blue #3163B3

Tints of Cerulean Blue #3163B3

Color information

#3163B3 (or 0x3163B3) is unknown color: approx Cerulean Blue. HEX triplet: 31, 63 and B3. RGB value is (49,99,179). Sum of RGB (Red+Green+Blue) = 49+99+179=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #3163B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3163B3 is #CE9C4C. Grayscale: #5C5C5C. Windows color (decimal): -13540429 or 11756337. OLE color: 11756337.

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

Color convert

RGB4999179-
CMYK0.730.4500.30
HSL216.92º57.02%44.71%-
HSV(B)216.92º72.63%70.2%-
XYZ13.8712.8344.39-
YUV93.17176.4496.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 179 (70.31% from 255) = 54.74%
R=14.98%
G=30.28%
B=54.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49991790.730.4500.30216.9257.0244.71
Hex3163B3492D01Ed9392d
Octal61143263111550363317155
Binary110001110001110110011100100110110101111011011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3163b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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