#316EC1

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

Shades of Curious Blue #316EC1

Tints of Curious Blue #316EC1

Color information

#316EC1 (or 0x316EC1) is unknown color: approx Curious Blue. HEX triplet: 31, 6E and C1. RGB value is (49,110,193). Sum of RGB (Red+Green+Blue) = 49+110+193=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #316EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EC1 is #CE913E. Grayscale: #646464. Windows color (decimal): -13537599 or 12676657. OLE color: 12676657.

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

Color convert

RGB49110193-
CMYK0.750.4300.24
HSL214.58º59.5%47.45%-
HSV(B)214.58º74.61%75.69%-
XYZ16.4715.6652.61-
YUV101.22179.7990.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 193 (75.78% from 255) = 54.83%
R=13.92%
G=31.25%
B=54.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491101930.750.4300.24214.5859.547.45
Hex316EC14B2B018d73c2f
Octal61156301113530303277457
Binary110001110111011000001100101110101101100011010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,193); }

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

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

 a { background-color: rgb(49,110,193); }

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

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

 span { border-color: rgb(49,110,193); }

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