#316ABA

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

Shades of Cerulean Blue #316ABA

Tints of Cerulean Blue #316ABA

Color information

#316ABA (or 0x316ABA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 6A and BA. RGB value is (49,106,186). Sum of RGB (Red+Green+Blue) = 49+106+186=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #316ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ABA is #CE9545. Grayscale: #616161. Windows color (decimal): -13538630 or 12216881. OLE color: 12216881.

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

Color convert

RGB49106186-
CMYK0.740.4300.27
HSL215.04º58.3%46.08%-
HSV(B)215.04º73.66%72.94%-
XYZ15.2814.5148.45-
YUV98.08177.6293-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=14.37%
G=31.09%
B=54.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491061860.740.4300.27215.0458.346.08
Hex316ABA4A2B01Bd73a2e
Octal61152272112530333277256
Binary110001110101010111010100101010101101101111010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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