#316ABF

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

Shades of Cerulean Blue #316ABF

Tints of Cerulean Blue #316ABF

Color information

#316ABF (or 0x316ABF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 6A and BF. RGB value is (49,106,191). Sum of RGB (Red+Green+Blue) = 49+106+191=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #316ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ABF is #CE9540. Grayscale: #626262. Windows color (decimal): -13538625 or 12544561. OLE color: 12544561.

HSL color Cylindrical-coordinate representation of color #316ABF: hue angle of 215.92º 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 #316ABF is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49106191-
CMYK0.740.4500.25
HSL215.92º59.17%47.06%-
HSV(B)215.92º74.35%74.9%-
XYZ15.8214.7251.3-
YUV98.65180.1292.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 191 (75% from 255) = 55.20%
R=14.16%
G=30.64%
B=55.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491061910.740.4500.25215.9259.1747.06
Hex316ABF4A2D019d83b2f
Octal61152277112550313307357
Binary110001110101010111111100101010110101100111011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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