#316DBF

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

Shades of Cerulean Blue #316DBF

Tints of Cerulean Blue #316DBF

Color information

#316DBF (or 0x316DBF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 6D and BF. RGB value is (49,109,191). Sum of RGB (Red+Green+Blue) = 49+109+191=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #316DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DBF is #CE9240. Grayscale: #646464. Windows color (decimal): -13537857 or 12545329. OLE color: 12545329.

HSL color Cylindrical-coordinate representation of color #316DBF: hue angle of 214.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316DBF is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49109191-
CMYK0.740.4300.25
HSL214.65º59.17%47.06%-
HSV(B)214.65º74.35%74.9%-
XYZ16.1415.3551.4-
YUV100.41179.1291.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.04%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 191 (75% from 255) = 54.73%
R=14.04%
G=31.23%
B=54.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491091910.740.4300.25214.6559.1747.06
Hex316DBF4A2B019d73b2f
Octal61155277112530313277357
Binary110001110110110111111100101010101101100111010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316DBF; }

 p { color: rgb(49,109,191); }

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

<style>
 a { background-color: #316DBF; }

 a { background-color: rgb(49,109,191); }

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

<style>
 span { border-color: #316DBF; }

 span { border-color: rgb(49,109,191); }

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